C# Class android.util.Base64InputStream

Inheritance: java.io.FilterInputStream
显示文件 Open project: JeroMiya/androidmono

Public Methods

Method Description
Base64InputStream ( 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

Protected Methods

Method Description
Base64InputStream ( global @__env )

Private Methods

Method Description
Base64InputStream ( )

Method Details

Base64InputStream() protected method

protected Base64InputStream ( global @__env )
@__env global

Base64InputStream() public method

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

available() public method

public available ( ) : int
return int

close() public method

public close ( ) : void
return void

mark() public method

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

markSupported() public method

public markSupported ( ) : bool
return bool

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

skip() public method

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