PgVFS.NET
A C# System.IO compatible File System on Postgres
|
This is the complete list of members for Vfs.IVfsFile, including all inherited members.
AppendAllLines(string path, IEnumerable< string > contents) | Vfs.IVfsFile | |
AppendAllLines(string path, IEnumerable< string > contents, Encoding encoding) | Vfs.IVfsFile | |
AppendAllText(string path, string contents) | Vfs.IVfsFile | |
AppendAllText(string path, string contents, Encoding encoding) | Vfs.IVfsFile | |
AppendText(string path) | Vfs.IVfsFile | |
Copy(string sourceFileName, string destFileName, bool overwrite=false) | Vfs.IVfsFile | |
Create(string path, int bufferSize=4096) | Vfs.IVfsFile | |
CreateText(string path) | Vfs.IVfsFile | |
Delete(string path) | Vfs.IVfsFile | |
Exists(string path) | Vfs.IVfsFile | |
GetCreationTime(string path) | Vfs.IVfsFile | |
GetCreationTimeUtc(string path) | Vfs.IVfsFile | |
GetLastWriteTime(string path) | Vfs.IVfsFile | |
GetLastWriteTimeUtc(string path) | Vfs.IVfsFile | |
GetLength(string file) | Vfs.IVfsFile | |
Move(string sourceFileName, string destFileName) | Vfs.IVfsFile | |
Open(string file_path, FileMode mode, FileAccess access=FileAccess.ReadWrite, FileShare share=FileShare.ReadWrite) | Vfs.IVfsFile | |
OpenRead(string path) | Vfs.IVfsFile | |
OpenText(string path) | Vfs.IVfsFile | |
OpenWrite(string path) | Vfs.IVfsFile | |
ReadAllBytes(string path) | Vfs.IVfsFile | |
ReadAllLines(string path, Encoding encoding=null) | Vfs.IVfsFile | |
ReadAllText(string path, Encoding encoding=null) | Vfs.IVfsFile | |
ReadLines(string path, Encoding encoding=null) | Vfs.IVfsFile | |
SetLastWriteTime(string path, DateTime lastWriteTime) | Vfs.IVfsFile | |
SetLastWriteTimeUtc(string path, DateTime lastWriteTimeUtc) | Vfs.IVfsFile | |
WriteAllBytes(string path, byte[] bytes) | Vfs.IVfsFile | |
WriteAllLines(string path, IEnumerable< string > contents) | Vfs.IVfsFile | |
WriteAllLines(string path, string[] contents) | Vfs.IVfsFile | |
WriteAllLines(string path, IEnumerable< string > contents, Encoding encoding) | Vfs.IVfsFile | |
WriteAllLines(string path, string[] contents, Encoding encoding) | Vfs.IVfsFile | |
WriteAllText(string path, string contents) | Vfs.IVfsFile | |
WriteAllText(string path, string contents, Encoding encoding) | Vfs.IVfsFile |