C# Class java.io.InputStream

Inheritance: java.lang.Object, Closeable
Exibir arquivo Open project: Mazrick/jni4net Class Usage Examples

Protected Methods

Method Description
InputStream ( global @__env )

Private Methods

Method Description
InitJNI ( global @__env, java @__class ) : void
available ( ) : int
close ( ) : void
mark ( int par0 ) : void
markSupported ( ) : bool
read ( ) : int
read ( byte par0 ) : int
read ( byte par0, int par1, int par2 ) : int
reset ( ) : void
skip ( long par0 ) : long

Method Details

InputStream() protected method

protected InputStream ( global @__env )
@__env global