C# Class java.io.LineNumberInputStream

Inheritance: java.io.FilterInputStream
Mostra file Open project: JeroMiya/androidmono

Public Methods

Method 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

Protected Methods

Method Description
LineNumberInputStream ( global @__env )

Private Methods

Method Description
LineNumberInputStream ( )

Method Details

LineNumberInputStream() protected method

protected LineNumberInputStream ( global @__env )
@__env global

LineNumberInputStream() public method

public LineNumberInputStream ( java arg0 )
arg0 java

available() public method

public available ( ) : int
return int

getLineNumber() public method

public getLineNumber ( ) : int
return int

mark() public method

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

read() public method

public read ( ) : int
return int

read() public method

public read ( byte arg0, int arg1, int arg2 ) : int
arg0 byte
arg1 int
arg2 int
return int

reset() public method

public reset ( ) : void
return void

setLineNumber() public method

public setLineNumber ( int arg0 ) : void
arg0 int
return void

skip() public method

public skip ( long arg0 ) : long
arg0 long
return long