Property | Type | Description | |
---|---|---|---|
_hasUnread | bool | ||
_unreadByte | byte |
Method | Description | |
---|---|---|
Close ( ) : void | ||
Flush ( ) : void | ||
PushbackInputStream ( Stream stream ) : System | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
Unread ( byte b ) : void | ||
Write ( byte buffer, int offset, int count ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Read ( byte buffer, int offset, int count ) : int |
public PushbackInputStream ( Stream stream ) : System | ||
stream | Stream | |
return | System |
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 |