Method | Description | |
---|---|---|
Flush ( ) : void | ||
Read ( byte buffer, int offset, int count ) : int | ||
Seek ( long offset, SeekOrigin, origin ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte buffer, int offset, int count ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
WrappedStream ( Stream baseStream ) : System | ||
WrappedStream ( Stream baseStream, EventHandler, onClosed ) : System | ||
WrappedStream ( Stream baseStream, bool canRead, bool canWrite, bool canSeek, EventHandler, onClosed ) : 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 |