Method | Description | |
---|---|---|
Close ( ) : void | ||
Flush ( ) : void | ||
Read ( byte buffer, int offset, int count ) : int | ||
SecureStream ( Stream stream, |
||
Seek ( long offset, SeekOrigin loc ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte buffer, int offset, int count ) : void |
Method | Description | |
---|---|---|
Fill ( ) : int | ||
IntToNetworkByteOrder ( int num, byte buf, int start, int count ) : void | ||
NetworkByteOrderToInt ( byte buf, int start, int count ) : int | ||
ReadAll ( byte buffer, int total ) : int |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |
public SecureStream ( Stream stream, |
||
stream | Stream | |
helper | ||
return | System |
public Seek ( long offset, SeekOrigin loc ) : long | ||
offset | long | |
loc | SeekOrigin | |
return | long |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |