Method | Description | |
---|---|---|
BufferedReadStream ( Stream baseStream ) : System | ||
BufferedReadStream ( Stream baseStream, bool minimalRead ) : System | ||
BufferedReadStream ( Stream baseStream, int initialSize, int maxSize ) : System | ||
BufferedReadStream ( Stream baseStream, int initialSize, int maxBufferSize, bool minimalRead ) : System | ||
Discard ( int bytes ) : void | ||
DiscardThrough ( long offset ) : void | ||
Flush ( ) : void | ||
Read ( byte buffer, int offset, int count ) : int | ||
ReadByte ( ) : int | ||
ReleaseLock ( ) : void | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
TakeLock ( ) : void | ||
Write ( byte buffer, int offset, int count ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
CheckLock ( ) : void |
public BufferedReadStream ( Stream baseStream ) : System | ||
baseStream | Stream | |
return | System |
public BufferedReadStream ( Stream baseStream, bool minimalRead ) : System | ||
baseStream | Stream | |
minimalRead | bool | |
return | System |
public BufferedReadStream ( Stream baseStream, int initialSize, int maxSize ) : System | ||
baseStream | Stream | |
initialSize | int | |
maxSize | int | |
return | System |
public BufferedReadStream ( Stream baseStream, int initialSize, int maxBufferSize, bool minimalRead ) : System | ||
baseStream | Stream | |
initialSize | int | |
maxBufferSize | int | |
minimalRead | bool | |
return | System |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
return | long |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |