Method | Description | |
---|---|---|
Close ( ) : void | ||
FileDataStream ( String filePath, IDataStream parentStream ) : System | ||
GetBytes ( ulong offset, ulong length ) : byte[] | ||
Open ( ) : void |
public FileDataStream ( String filePath, IDataStream parentStream ) : System | ||
filePath | String | |
parentStream | IDataStream | |
return | System |
public GetBytes ( ulong offset, ulong length ) : byte[] | ||
offset | ulong | |
length | ulong | |
return | byte[] |