Property | Type | Description | |
---|---|---|---|
In |
Method | Description | |
---|---|---|
Available ( ) : int | ||
Close ( ) : void | ||
FilterInputStream ( |
||
Mark ( int readlimit ) : void | ||
MarkSupported ( ) : bool | ||
Read ( ) : int | ||
Read ( byte buf ) : int | ||
Read ( byte b, int off, int len ) : int | ||
Reset ( ) : void | ||
Skip ( long cnt ) : long |
public Read ( byte b, int off, int len ) : int | ||
b | byte | |
off | int | |
len | int | |
return | int |