public class JarEntryReader extends Object
| Constructor and Description |
|---|
JarEntryReader(JarFile file,
JarEntry entry)
Creates a new JarEntryReader instance.
|
| Modifier and Type | Method and Description |
|---|---|
JarEntry |
getEntry()
Returns the JAR entry for this reader.
|
JarFile |
getFile()
Returns the JAR file for this reader.
|
InputStream |
getInputStream()
Returns the entry data input stream.
|
String |
toString() |
public JarFile getFile()
public JarEntry getEntry()
public InputStream getInputStream()
Copyright © 2025 The Cornutum Project. All rights reserved.