Method | Description | |
---|---|---|
Close ( ) : void | ||
Dispose ( ) : void | ||
Get ( long position ) : int | ||
Get ( long position, byte bytes, int off, int len ) : int | ||
IndependentRandomAccessSource ( IRandomAccessSource source ) : System |
public Get ( long position, byte bytes, int off, int len ) : int | ||
position | long | |
bytes | byte | |
off | int | |
len | int | |
return | int |
public IndependentRandomAccessSource ( IRandomAccessSource source ) : System | ||
source | IRandomAccessSource | |
return | System |