C# Class java.util.jar.JarInputStream

Inheritance: java.util.zip.ZipInputStream
Mostrar archivo Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
JarInputStream ( java arg0 )
JarInputStream ( java arg0, bool arg1 )
getManifest ( ) : global::java.util.jar.Manifest
getNextEntry ( ) : global::java.util.zip.ZipEntry
getNextJarEntry ( ) : global::java.util.jar.JarEntry
read ( byte arg0, int arg1, int arg2 ) : int

Protected Methods

Method Description
JarInputStream ( global @__env )
createZipEntry ( java arg0 ) : global::java.util.zip.ZipEntry

Private Methods

Method Description
JarInputStream ( )

Method Details

JarInputStream() protected method

protected JarInputStream ( global @__env )
@__env global

JarInputStream() public method

public JarInputStream ( java arg0 )
arg0 java

JarInputStream() public method

public JarInputStream ( java arg0, bool arg1 )
arg0 java
arg1 bool

createZipEntry() protected method

protected createZipEntry ( java arg0 ) : global::java.util.zip.ZipEntry
arg0 java
return global::java.util.zip.ZipEntry

getManifest() public method

public getManifest ( ) : global::java.util.jar.Manifest
return global::java.util.jar.Manifest

getNextEntry() public method

public getNextEntry ( ) : global::java.util.zip.ZipEntry
return global::java.util.zip.ZipEntry

getNextJarEntry() public method

public getNextJarEntry ( ) : global::java.util.jar.JarEntry
return global::java.util.jar.JarEntry

read() public method

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