public final class ZipScanner
extends java.lang.Object
Constructor and Description |
---|
ZipScanner(Path path)
Creates a new Jar.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.lang.String |
getName() |
char[] |
getNameBuffer() |
int |
getNameLength() |
boolean |
next() |
boolean |
open() |
public ZipScanner(Path path)
path
- canonical pathpublic final boolean open() throws java.io.IOException
java.io.IOException
public final boolean next() throws java.io.IOException
java.io.IOException
public final java.lang.String getName()
public final char[] getNameBuffer()
public final int getNameLength()
public void close()