This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.IO.Files.IFileInfo Interface Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Public Member Functions | Properties | List of all members
Org.Apache.REEF.IO.Files.IFileInfo Interface Reference

This is meant only as a proxy interface for FileInfo and has no relation to classes in Org.Apache.REEF.IO.FileSystem. More...

Inherits Org.Apache.REEF.IO.Files.IFileSystemInfo.

Inherited by Org.Apache.REEF.IO.Files.DefaultFileInfo.

Public Member Functions

StreamWriter AppendText ()
 See FileInfo::AppendText. More...
 
IFileInfo CopyTo (string destFileName)
 See FileInfo::CopyTo(string). More...
 
IFileInfo CopyTo (string destFileName, bool overwrite)
 See FileInfo::CopyTo(string, bool). More...
 
FileStream Create ()
 See FileInfo::Create. More...
 
StreamWriter CreateText ()
 See FileInfo::CreateText. More...
 
void MoveTo (string destFileName)
 See FileInfo::MoveTo(string). More...
 
FileStream Open (FileMode mode)
 See FileInfo::Open(FileMode). More...
 
FileStream Open (FileMode mode, FileAccess access)
 See FileInfo::Open(FileMode, FileAccess). More...
 
FileStream Open (FileMode mode, FileAccess access, FileShare share)
 See FileInfo::(FileMode, FileAccess, FileShare). More...
 
FileStream OpenRead ()
 See FileInfo::OpenRead. More...
 
StreamReader OpenText ()
 See FileInfo::OpenText. More...
 
FileStream OpenWrite ()
 See FileInfo::OpenWrite. More...
 
IFileInfo Replace (string destinationFileName, string destinationBackupFileName)
 See FileInfo::Replace(string, string). More...
 
IFileInfo Replace (string destinationFileName, string destinationBackupFileName, bool ignoreMetadataErrors)
 See FileInfo::Replace(string, string, bool). More...
 
void SetAccessControl (FileSecurity fileSecurity)
 See FileInfo::SetAccessControl(FileSecurity). More...
 
- Public Member Functions inherited from Org.Apache.REEF.IO.Files.IFileSystemInfo
void Delete ()
 See FileSystemInfo::Delete. More...
 
void Refresh ()
 See FileSystemInfo::Refresh. More...
 

Properties

IDirectoryInfo Directory [get]
 See FileInfo::Directory. More...
 
string DirectoryName [get]
 See FileInfo::DirectoryName. More...
 
bool IsReadOnly [get]
 See FileInfo::IsReadOnly. More...
 
long Length [get]
 See FileInfo::Length. More...
 
- Properties inherited from Org.Apache.REEF.IO.Files.IFileSystemInfo
FileAttributes Attributes [get]
 See FileSystemInfo::Attributes. More...
 
DateTime CreationTime [get]
 See FileSystemInfo::CreationTime. More...
 
DateTime CreationTimeUtc [get]
 See FileSystemInfo::CreationTimeUtc. More...
 
bool Exists [get]
 See FileSystemInfo::Exists. More...
 
string Extension [get]
 See FileSystemInfo::Extension. More...
 
string FullName [get]
 See FileSystemInfo::FullName. More...
 
DateTime LastAccessTime [get]
 See FileSystemInfo::LastAccessTime. More...
 
DateTime LastAccessTimeUtc [get]
 See FileSystemInfo::LastAccessTimeUtc. More...
 
DateTime LastWriteTime [get]
 See FileSystemInfo::LastWriteTime. More...
 
DateTime LastWriteTimeUtc [get]
 See FileSystemInfo::LastWriteTimeUtc. More...
 
string Name [get]
 See FileSystemInfo::Name. More...
 

Detailed Description

This is meant only as a proxy interface for FileInfo and has no relation to classes in Org.Apache.REEF.IO.FileSystem.

To create an IFileInfo object from a FileInfo object, please use the static factory method DefaultFileInfo.FromFileInfo.

Member Function Documentation

StreamWriter Org.Apache.REEF.IO.Files.IFileInfo.AppendText ( )

See FileInfo::AppendText.

Implemented in Org.Apache.REEF.IO.Files.DefaultFileInfo.

IFileInfo Org.Apache.REEF.IO.Files.IFileInfo.CopyTo ( string  destFileName)

See FileInfo::CopyTo(string).

Implemented in Org.Apache.REEF.IO.Files.DefaultFileInfo.

IFileInfo Org.Apache.REEF.IO.Files.IFileInfo.CopyTo ( string  destFileName,
bool  overwrite 
)

See FileInfo::CopyTo(string, bool).

Implemented in Org.Apache.REEF.IO.Files.DefaultFileInfo.

FileStream Org.Apache.REEF.IO.Files.IFileInfo.Create ( )

See FileInfo::Create.

Implemented in Org.Apache.REEF.IO.Files.DefaultFileInfo.

StreamWriter Org.Apache.REEF.IO.Files.IFileInfo.CreateText ( )

See FileInfo::CreateText.

Implemented in Org.Apache.REEF.IO.Files.DefaultFileInfo.

void Org.Apache.REEF.IO.Files.IFileInfo.MoveTo ( string  destFileName)

See FileInfo::MoveTo(string).

Implemented in Org.Apache.REEF.IO.Files.DefaultFileInfo.

FileStream Org.Apache.REEF.IO.Files.IFileInfo.Open ( FileMode  mode)

See FileInfo::Open(FileMode).

Implemented in Org.Apache.REEF.IO.Files.DefaultFileInfo.

FileStream Org.Apache.REEF.IO.Files.IFileInfo.Open ( FileMode  mode,
FileAccess  access 
)

See FileInfo::Open(FileMode, FileAccess).

Implemented in Org.Apache.REEF.IO.Files.DefaultFileInfo.

FileStream Org.Apache.REEF.IO.Files.IFileInfo.Open ( FileMode  mode,
FileAccess  access,
FileShare  share 
)

See FileInfo::(FileMode, FileAccess, FileShare).

Implemented in Org.Apache.REEF.IO.Files.DefaultFileInfo.

FileStream Org.Apache.REEF.IO.Files.IFileInfo.OpenRead ( )

See FileInfo::OpenRead.

Implemented in Org.Apache.REEF.IO.Files.DefaultFileInfo.

StreamReader Org.Apache.REEF.IO.Files.IFileInfo.OpenText ( )

See FileInfo::OpenText.

Implemented in Org.Apache.REEF.IO.Files.DefaultFileInfo.

FileStream Org.Apache.REEF.IO.Files.IFileInfo.OpenWrite ( )

See FileInfo::OpenWrite.

Implemented in Org.Apache.REEF.IO.Files.DefaultFileInfo.

IFileInfo Org.Apache.REEF.IO.Files.IFileInfo.Replace ( string  destinationFileName,
string  destinationBackupFileName 
)

See FileInfo::Replace(string, string).

Implemented in Org.Apache.REEF.IO.Files.DefaultFileInfo.

IFileInfo Org.Apache.REEF.IO.Files.IFileInfo.Replace ( string  destinationFileName,
string  destinationBackupFileName,
bool  ignoreMetadataErrors 
)

See FileInfo::Replace(string, string, bool).

Implemented in Org.Apache.REEF.IO.Files.DefaultFileInfo.

void Org.Apache.REEF.IO.Files.IFileInfo.SetAccessControl ( FileSecurity  fileSecurity)

See FileInfo::SetAccessControl(FileSecurity).

Implemented in Org.Apache.REEF.IO.Files.DefaultFileInfo.

Property Documentation

IDirectoryInfo Org.Apache.REEF.IO.Files.IFileInfo.Directory
get

See FileInfo::Directory.

string Org.Apache.REEF.IO.Files.IFileInfo.DirectoryName
get

See FileInfo::DirectoryName.

bool Org.Apache.REEF.IO.Files.IFileInfo.IsReadOnly
get

See FileInfo::IsReadOnly.

long Org.Apache.REEF.IO.Files.IFileInfo.Length
get

See FileInfo::Length.


The documentation for this interface was generated from the following file: