C# Class com.codename1.impl.InputStreamProxy

Inheritance: java.io.InputStream
Afficher le fichier Open project: Pmovil/CN1WindowsPort

Méthodes publiques

Méthode 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 méthode

public InputStreamProxy ( Stream internalStream ) : System
internalStream Stream
Résultat System

available() public méthode

public available ( ) : int
Résultat int

close() public méthode

public close ( ) : void
Résultat void

mark() public méthode

public mark ( int readlimit ) : void
readlimit int
Résultat void

markSupported() public méthode

public markSupported ( ) : bool
Résultat bool

read() public méthode

public read ( ) : int
Résultat int

read() public méthode

public read ( global n1 ) : int
n1 global
Résultat int

read() public méthode

public read ( global n1, int n2, int n3 ) : int
n1 global
n2 int
n3 int
Résultat int

reset() public méthode

public reset ( ) : void
Résultat void

skip() public méthode

public skip ( long n ) : long
n long
Résultat long