This is meant only as a proxy class for FileInfo and has no relation to classes in Org.Apache.REEF.IO.FileSystem.
More...
Inherits Org.Apache.REEF.IO.Files.IFileInfo.
|
| 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 | Delete () |
| | See FileInfo::Delete. 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::Open(FileMode, FileAccess, FileShare). More...
|
| |
| FileStream | OpenRead () |
| | See FileInfo::OpenRead. More...
|
| |
| StreamReader | OpenText () |
| | See FileInfo::OpenText. More...
|
| |
| FileStream | OpenWrite () |
| | See FileInfo::OpenWrite. More...
|
| |
| void | Refresh () |
| | See FileInfo::Refresh. 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...
|
| |
| override bool | Equals (object obj) |
| | See FileInfo::Equals(object). More...
|
| |
| override int | GetHashCode () |
| | See FileInfo::GetHashCode. More...
|
| |
| override string | ToString () |
| | See FileInfo::ToString. More...
|
| |
This is meant only as a proxy class for FileInfo and has no relation to classes in Org.Apache.REEF.IO.FileSystem.
To create a DefaultFileInfo object from a FileInfo object, please use the static method FromFileInfo.
| StreamWriter Org.Apache.REEF.IO.Files.DefaultFileInfo.AppendText |
( |
| ) |
|
|
inline |
| IFileInfo Org.Apache.REEF.IO.Files.DefaultFileInfo.CopyTo |
( |
string |
destFileName | ) |
|
|
inline |
| IFileInfo Org.Apache.REEF.IO.Files.DefaultFileInfo.CopyTo |
( |
string |
destFileName, |
|
|
bool |
overwrite |
|
) |
| |
|
inline |
| FileStream Org.Apache.REEF.IO.Files.DefaultFileInfo.Create |
( |
| ) |
|
|
inline |
| StreamWriter Org.Apache.REEF.IO.Files.DefaultFileInfo.CreateText |
( |
| ) |
|
|
inline |
| void Org.Apache.REEF.IO.Files.DefaultFileInfo.Delete |
( |
| ) |
|
|
inline |
| override bool Org.Apache.REEF.IO.Files.DefaultFileInfo.Equals |
( |
object |
obj | ) |
|
|
inline |
See FileInfo::Equals(object).
| static IFileInfo Org.Apache.REEF.IO.Files.DefaultFileInfo.FromFileInfo |
( |
FileInfo |
fileInfo | ) |
|
|
inlinestatic |
Factory method to create an IFileInfo object from a FileInfo object.
| override int Org.Apache.REEF.IO.Files.DefaultFileInfo.GetHashCode |
( |
| ) |
|
|
inline |
See FileInfo::GetHashCode.
| void Org.Apache.REEF.IO.Files.DefaultFileInfo.MoveTo |
( |
string |
destFileName | ) |
|
|
inline |
| FileStream Org.Apache.REEF.IO.Files.DefaultFileInfo.Open |
( |
FileMode |
mode | ) |
|
|
inline |
| FileStream Org.Apache.REEF.IO.Files.DefaultFileInfo.Open |
( |
FileMode |
mode, |
|
|
FileAccess |
access |
|
) |
| |
|
inline |
| FileStream Org.Apache.REEF.IO.Files.DefaultFileInfo.Open |
( |
FileMode |
mode, |
|
|
FileAccess |
access, |
|
|
FileShare |
share |
|
) |
| |
|
inline |
| FileStream Org.Apache.REEF.IO.Files.DefaultFileInfo.OpenRead |
( |
| ) |
|
|
inline |
| StreamReader Org.Apache.REEF.IO.Files.DefaultFileInfo.OpenText |
( |
| ) |
|
|
inline |
| FileStream Org.Apache.REEF.IO.Files.DefaultFileInfo.OpenWrite |
( |
| ) |
|
|
inline |
| void Org.Apache.REEF.IO.Files.DefaultFileInfo.Refresh |
( |
| ) |
|
|
inline |
| IFileInfo Org.Apache.REEF.IO.Files.DefaultFileInfo.Replace |
( |
string |
destinationFileName, |
|
|
string |
destinationBackupFileName |
|
) |
| |
|
inline |
| IFileInfo Org.Apache.REEF.IO.Files.DefaultFileInfo.Replace |
( |
string |
destinationFileName, |
|
|
string |
destinationBackupFileName, |
|
|
bool |
ignoreMetadataErrors |
|
) |
| |
|
inline |
| void Org.Apache.REEF.IO.Files.DefaultFileInfo.SetAccessControl |
( |
FileSecurity |
fileSecurity | ) |
|
|
inline |
| override string Org.Apache.REEF.IO.Files.DefaultFileInfo.ToString |
( |
| ) |
|
|
inline |
| FileAttributes Org.Apache.REEF.IO.Files.DefaultFileInfo.Attributes |
|
get |
See FileInfo::Attributes.
| DateTime Org.Apache.REEF.IO.Files.DefaultFileInfo.CreationTime |
|
get |
See FileInfo::CreationTime.
| DateTime Org.Apache.REEF.IO.Files.DefaultFileInfo.CreationTimeUtc |
|
get |
See FileInfo::CreationTimeUtc.
| string Org.Apache.REEF.IO.Files.DefaultFileInfo.DirectoryName |
|
get |
See FileInfo::DirectoryName.
| bool Org.Apache.REEF.IO.Files.DefaultFileInfo.Exists |
|
get |
| string Org.Apache.REEF.IO.Files.DefaultFileInfo.Extension |
|
get |
| string Org.Apache.REEF.IO.Files.DefaultFileInfo.FullName |
|
get |
| bool Org.Apache.REEF.IO.Files.DefaultFileInfo.IsReadOnly |
|
get |
See FileInfo::IsReadOnly.
| DateTime Org.Apache.REEF.IO.Files.DefaultFileInfo.LastAccessTime |
|
get |
See FileInfo::LastAccessTime.
| DateTime Org.Apache.REEF.IO.Files.DefaultFileInfo.LastAccessTimeUtc |
|
get |
See FileInfo::LastAccessTimeUtc.
| DateTime Org.Apache.REEF.IO.Files.DefaultFileInfo.LastWriteTime |
|
get |
See FileInfo::LastWriteTime.
| DateTime Org.Apache.REEF.IO.Files.DefaultFileInfo.LastWriteTimeUtc |
|
get |
See FileInfo::LastWriteTimeUtc.
| long Org.Apache.REEF.IO.Files.DefaultFileInfo.Length |
|
get |
| string Org.Apache.REEF.IO.Files.DefaultFileInfo.Name |
|
get |
The documentation for this class was generated from the following file: