public final class ZippedEntry extends Object
Constructor and Description |
---|
ZippedEntry(ZipEntry e,
InputStream is) |
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
long |
getCompressedSize() |
long |
getCrc() |
byte[] |
getExtra() |
InputStream |
getInputStream() |
int |
getMethod() |
String |
getName() |
long |
getSize() |
long |
getTime() |
public ZippedEntry(ZipEntry e, InputStream is)
public InputStream getInputStream()
public String getName()
public long getTime()
public long getCrc()
public long getSize()
public long getCompressedSize()
public int getMethod()
public byte[] getExtra()
public String getComment()
Copyright © 2013–2016. All rights reserved.