Method | Description | |
---|---|---|
CloseDirectory ( string path ) : void | ||
Delete ( string path ) : void | ||
EnumerateFiles ( Stream package ) : IEnumerable |
||
EnumerateFiles ( Stream package, bool includeDeleted ) : IEnumerable |
||
EnumerateFiles ( Stream package, bool includeDeleted, long packageLength ) : IEnumerable |
||
EnumerateFiles ( string directory ) : IEnumerable |
||
EnumerateFiles ( string directory, bool includeDeleted ) : IEnumerable |
||
EnumerateFiles ( string directory, string pattern ) : IEnumerable |
||
EnumerateFiles ( string directory, string pattern, bool includeDeleted, bool orderByDate, Stream singlePackage ) : IEnumerable |
||
Exists ( string path ) : bool | ||
FlushAll ( ) : void | ||
FlushDirectory ( string path ) : void | ||
GetLength ( string path ) : int | ||
GetOpenDirectories ( ) : IEnumerable |
||
MigrateFolder ( string folder ) : void | ||
OpenRead ( string path ) : Stream | ||
OpenWrite ( string path ) : |
||
OpenWriteNoAutoCommit ( string path ) : |
||
ReadAllText ( string path ) : string | ||
SetConfigurationForDirectory ( string directory, int packageSizeApproxKB ) : void | ||
WriteAllBytes ( string path, byte data ) : void | ||
WriteAllText ( string path, string text, |
Method | Description | |
---|---|---|
AcquireAndWriteHeader ( string path ) : |
||
EnumerateFiles ( string directory, bool includeDeleted, bool orderByDate, Stream singlePackage ) : IEnumerable |
||
GetDirectory ( string dirpath ) : |
||
IndexDirectory ( |
||
InternalCopyTo ( Stream source, Stream destination, int bufferSize ) : void | ||
ReadByteChecked ( Stream fs ) : int | ||
SeekToBeginOfBlobName ( |
public static CloseDirectory ( string path ) : void | ||
path | string | |
return | void |
public static EnumerateFiles ( Stream package ) : IEnumerable |
||
package | Stream | |
return | IEnumerable |
public static EnumerateFiles ( Stream package, bool includeDeleted ) : IEnumerable |
||
package | Stream | |
includeDeleted | bool | |
return | IEnumerable |
public static EnumerateFiles ( Stream package, bool includeDeleted, long packageLength ) : IEnumerable |
||
package | Stream | |
includeDeleted | bool | |
packageLength | long | |
return | IEnumerable |
public static EnumerateFiles ( string directory ) : IEnumerable |
||
directory | string | |
return | IEnumerable |
public static EnumerateFiles ( string directory, bool includeDeleted ) : IEnumerable |
||
directory | string | |
includeDeleted | bool | |
return | IEnumerable |
public static EnumerateFiles ( string directory, string pattern ) : IEnumerable |
||
directory | string | |
pattern | string | |
return | IEnumerable |
public static EnumerateFiles ( string directory, string pattern, bool includeDeleted, bool orderByDate, Stream singlePackage ) : IEnumerable |
||
directory | string | |
pattern | string | |
includeDeleted | bool | |
orderByDate | bool | |
singlePackage | Stream | |
return | IEnumerable |
public static FlushDirectory ( string path ) : void | ||
path | string | |
return | void |
public static GetLength ( string path ) : int | ||
path | string | |
return | int |
public static GetOpenDirectories ( ) : IEnumerable |
||
return | IEnumerable |
public static MigrateFolder ( string folder ) : void | ||
folder | string | |
return | void |
public static OpenRead ( string path ) : Stream | ||
path | string | |
return | Stream |
public static OpenWrite ( string path ) : |
||
path | string | |
return |
public static OpenWriteNoAutoCommit ( string path ) : |
||
path | string | |
return |
public static ReadAllText ( string path ) : string | ||
path | string | |
return | string |
public static SetConfigurationForDirectory ( string directory, int packageSizeApproxKB ) : void | ||
directory | string | |
packageSizeApproxKB | int | |
return | void |
public static WriteAllBytes ( string path, byte data ) : void | ||
path | string | |
data | byte | |
return | void |
public static WriteAllText ( string path, string text, |
||
path | string | |
text | string | |
encoding | ||
return | void |