Property | Type | Description | |
---|---|---|---|
BaseStream | Stream | ||
Wrapped | Stream |
Property | Type | Description | |
---|---|---|---|
CanSeek | bool | ||
GetWrappedStream | Stream | ||
Wrap |
Method | Description | |
---|---|---|
Available ( ) : int | ||
Close ( ) : void | ||
Dispose ( ) : void | ||
Mark ( int readlimit ) : void | ||
MarkSupported ( ) : bool | ||
Read ( ) : int | ||
Read ( byte buf ) : int | ||
Read ( byte b, int off, int len ) : int | ||
Reset ( ) : void | ||
Skip ( long cnt ) : long |
Method | Description | |
---|---|---|
CanSeek ( ) : bool | ||
GetWrappedStream ( ) : Stream | ||
Wrap ( Stream s ) : |
public Read ( byte b, int off, int len ) : int | ||
b | byte | |
off | int | |
len | int | |
return | int |