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
IOExceptionlong getSize()
void writeEntry(OutputStream outputStream) throws IOException
IOExceptionint getFileMode()
boolean isDirectory()
boolean isExecutable()
long getTime()
Copyright © 2015. All rights reserved.