Method | Description | |
---|---|---|
Buffer ( Stream s, bool isUserStream ) : System | ||
GetString ( int beg, int end ) : string | ||
Peek ( ) : int | ||
Read ( ) : int |
Method | Description | |
---|---|---|
Buffer ( Buffer b ) : System | ||
Close ( ) : void |
Method | Description | |
---|---|---|
ReadNextStreamChunk ( ) : int |
public Buffer ( Stream s, bool isUserStream ) : System | ||
s | Stream | |
isUserStream | bool | |
return | System |
public GetString ( int beg, int end ) : string | ||
beg | int | |
end | int | |
return | string |