Method | Description | |
---|---|---|
@typeof ( ) : Type | ||
SysInStream ( Stream input ) : System | ||
close ( ) : bool | ||
dotnet ( |
Get a System.IO.Stream for the specified input stream.
|
|
make ( Stream input, Long bufSize ) : |
||
r ( ) : int | ||
read ( ) : Long | ||
readBuf ( |
||
skip ( long n ) : long | ||
unread ( int n ) : |
||
unread ( long n ) : |
public static dotnet ( |
||
ins | ||
return | Stream |
public static make ( Stream input, Long bufSize ) : |
||
input | Stream | |
bufSize | Long | |
return |