C# Class java.util.jar.JarInputStream

Inheritance: java.util.zip.ZipInputStream
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
JarInputStream ( global @__env )
createZipEntry ( java arg0 ) : global::java.util.zip.ZipEntry

Private Methods

Méthode Description
JarInputStream ( )

Method Details

JarInputStream() protected méthode

protected JarInputStream ( global @__env )
@__env global

JarInputStream() public méthode

public JarInputStream ( java arg0 )
arg0 java

JarInputStream() public méthode

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

createZipEntry() protected méthode

protected createZipEntry ( java arg0 ) : global::java.util.zip.ZipEntry
arg0 java
Résultat global::java.util.zip.ZipEntry

getManifest() public méthode

public getManifest ( ) : global::java.util.jar.Manifest
Résultat global::java.util.jar.Manifest

getNextEntry() public méthode

public getNextEntry ( ) : global::java.util.zip.ZipEntry
Résultat global::java.util.zip.ZipEntry

getNextJarEntry() public méthode

public getNextJarEntry ( ) : global::java.util.jar.JarEntry
Résultat global::java.util.jar.JarEntry

read() public méthode

public read ( byte arg0, int arg1, int arg2 ) : int
arg0 byte
arg1 int
arg2 int
Résultat int