Property | Type | Description | |
---|---|---|---|
Wrapped | Stream |
Method | Description | |
---|---|---|
Close ( ) : void | ||
Dispose ( ) : void | ||
Flush ( ) : void | ||
Write ( byte b ) : void | ||
Write ( byte b, int offset, int len ) : void | ||
Write ( int b ) : void |
Method | Description | |
---|---|---|
GetWrappedStream ( ) : Stream | ||
Wrap ( Stream s ) : |
public Write ( byte b, int offset, int len ) : void | ||
b | byte | |
offset | int | |
len | int | |
return | void |