Method | Description | |
---|---|---|
Close ( ) : void | ||
FolderMounted ( string filePath, IDataStream parent ) : KFS.DataStream | ||
GetBytes ( ulong offset, ulong length ) : byte[] | ||
GetChildren ( ) : IEnumerable |
||
Open ( ) : void |
public FolderMounted ( string filePath, IDataStream parent ) : KFS.DataStream | ||
filePath | string | |
parent | IDataStream | |
return | KFS.DataStream |
public GetBytes ( ulong offset, ulong length ) : byte[] | ||
offset | ulong | |
length | ulong | |
return | byte[] |