Constructor and Description |
---|
JarEntryData(JarFile source,
byte[] header,
InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
AsciiBytes |
getComment() |
int |
getCompressedSize() |
long |
getCrc() |
byte[] |
getExtra() |
int |
getMethod() |
AsciiBytes |
getName() |
int |
getSize() |
long |
getTime() |
boolean |
isDirectory() |
public JarEntryData(JarFile source, byte[] header, InputStream inputStream) throws IOException
IOException
public AsciiBytes getName()
public boolean isDirectory()
public int getMethod()
public long getTime()
public long getCrc()
public int getCompressedSize()
public int getSize()
public byte[] getExtra()
public AsciiBytes getComment()
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.