Method | Description | |
---|---|---|
ArrayBackedStream ( byte data, uint offset, uint length ) : System | ||
Close ( ) : void | ||
GetBytes ( ulong offset, ulong length ) : byte[] | ||
Open ( ) : void |
public ArrayBackedStream ( byte data, uint offset, uint length ) : System | ||
data | byte | |
offset | uint | |
length | uint | |
return | System |
public GetBytes ( ulong offset, ulong length ) : byte[] | ||
offset | ulong | |
length | ulong | |
return | byte[] |