Method | Description | |
---|---|---|
InputStreamSource ( System in_Renamed ) : System | ||
length ( ) : long | ||
read ( sbyte b, int offs, int len ) : int | ||
seek ( long to ) : long | ||
tell ( ) : long | ||
willReadBlock ( ) : bool |
public InputStreamSource ( System in_Renamed ) : System | ||
in_Renamed | System | |
return | System |
public read ( sbyte b, int offs, int len ) : int | ||
b | sbyte | |
offs | int | |
len | int | |
return | int |