C# Class java.io.LineNumberInputStream

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

Méthodes publiques

Méthode Description
LineNumberInputStream ( java arg0 )
available ( ) : int
getLineNumber ( ) : int
mark ( int arg0 ) : void
read ( ) : int
read ( byte arg0, int arg1, int arg2 ) : int
reset ( ) : void
setLineNumber ( int arg0 ) : void
skip ( long arg0 ) : long

Méthodes protégées

Méthode Description
LineNumberInputStream ( global @__env )

Private Methods

Méthode Description
LineNumberInputStream ( )

Method Details

LineNumberInputStream() protected méthode

protected LineNumberInputStream ( global @__env )
@__env global

LineNumberInputStream() public méthode

public LineNumberInputStream ( java arg0 )
arg0 java

available() public méthode

public available ( ) : int
Résultat int

getLineNumber() public méthode

public getLineNumber ( ) : int
Résultat int

mark() public méthode

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

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

setLineNumber() public méthode

public setLineNumber ( int arg0 ) : void
arg0 int
Résultat void

skip() public méthode

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