C# Class com.codename1.impl.InputStreamProxy

Inheritance: java.io.InputStream
Show file Open project: Pmovil/CN1WindowsPort

Public Methods

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

Method Details

InputStreamProxy() public method

public InputStreamProxy ( Stream internalStream ) : System
internalStream Stream
return System

available() public method

public available ( ) : int
return int

close() public method

public close ( ) : void
return void

mark() public method

public mark ( int readlimit ) : void
readlimit int
return void

markSupported() public method

public markSupported ( ) : bool
return bool

read() public method

public read ( ) : int
return int

read() public method

public read ( global n1 ) : int
n1 global
return int

read() public method

public read ( global n1, int n2, int n3 ) : int
n1 global
n2 int
n3 int
return int

reset() public method

public reset ( ) : void
return void

skip() public method

public skip ( long n ) : long
n long
return long