메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |