C# Class java.io.BufferedInputStream

Inheritance: java.io.FilterInputStream
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode Description
BufferedInputStream ( java arg0 )
BufferedInputStream ( java arg0, int arg1 )
available ( ) : int
close ( ) : void
mark ( int arg0 ) : void
markSupported ( ) : bool
read ( ) : int
read ( byte arg0, int arg1, int arg2 ) : int
reset ( ) : void
skip ( long arg0 ) : long

Méthodes protégées

Méthode Description
BufferedInputStream ( global @__env )

Private Methods

Méthode Description
BufferedInputStream ( )

Method Details

BufferedInputStream() protected méthode

protected BufferedInputStream ( global @__env )
@__env global

BufferedInputStream() public méthode

public BufferedInputStream ( java arg0 )
arg0 java

BufferedInputStream() public méthode

public BufferedInputStream ( java arg0, int arg1 )
arg0 java
arg1 int

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 arg0 ) : void
arg0 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 ( byte arg0, int arg1, int arg2 ) : int
arg0 byte
arg1 int
arg2 int
Résultat int

reset() public méthode

public reset ( ) : void
Résultat void

skip() public méthode

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