Метод | Описание | |
---|---|---|
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 | |
Результат | int |
public Seek ( long p, SeekOrigin, o ) : long | ||
p | long | |
o | SeekOrigin, | |
Результат | long |
public SourceStream ( Stream source ) : System | ||
source | Stream | |
Результат | System |
public Write ( byte b, int a, int c ) : void | ||
b | byte | |
a | int | |
c | int | |
Результат | void |