Method | Description | |
---|---|---|
InputStreamProxy ( Stream internalStream ) : System | ||
available ( ) : int | ||
close ( ) : void | ||
mark ( int readlimit ) : void | ||
markSupported ( ) : bool | ||
read ( ) : int | ||
read ( global |
||
read ( global |
||
reset ( ) : void | ||
skip ( long n ) : long |
public InputStreamProxy ( Stream internalStream ) : System | ||
internalStream | Stream | |
return | System |
public read ( global |
||
n1 | global |
|
n2 | int | |
n3 | int | |
return | int |