Method | Description | |
---|---|---|
Flush ( ) : void | ||
Read ( byte buf, int offset, int count ) : int | ||
ReadByte ( ) : int | ||
Seek ( long p, SeekOrigin, o ) : long | ||
SetLength ( long l ) : void | ||
SourceStream ( Stream source ) : System | ||
Write ( byte b, int a, int c ) : void |
public Read ( byte buf, int offset, int count ) : int | ||
buf | byte | |
offset | int | |
count | int | |
return | int |
public SourceStream ( Stream source ) : System | ||
source | Stream | |
return | System |