public interface Entry
Modifier and Type | Method and Description |
---|---|
int |
getFileMode() |
InputStream |
getInputStream() |
String |
getName() |
long |
getSize() |
long |
getTime() |
boolean |
isDirectory() |
boolean |
isExecutable() |
void |
writeEntry(OutputStream outputStream) |
String getName()
InputStream getInputStream() throws IOException
IOException
long getSize()
void writeEntry(OutputStream outputStream) throws IOException
IOException
int getFileMode()
boolean isDirectory()
boolean isExecutable()
long getTime()
Copyright © 2017. All rights reserved.