Method | Description | |
---|---|---|
Dispose ( ) : void |
Explicitly dispose the object
|
|
StreamAdaptor ( Stream stream ) : System |
Construct from a System.IO.Stream
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Destroy the object
|
|
GetSize ( |
Called to get the total size of the stream
|
|
Read ( |
Called to read from the stream
|
|
Seek ( long position, |
Called to set the read position in the stream
|
|
Tell ( |
Get the current read position in the stream
|
public StreamAdaptor ( Stream stream ) : System | ||
stream | Stream | Stream to adapt |
return | System |