| Constructor and Description |
|---|
DirectoryEntry(String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFileMode() |
InputStream |
getInputStream() |
String |
getName() |
long |
getSize() |
long |
getTime() |
boolean |
isDirectory() |
boolean |
isExecutable() |
void |
writeEntry(OutputStream outputStream) |
public DirectoryEntry(String name)
public InputStream getInputStream() throws IOException
getInputStream in interface EntryIOExceptionpublic void writeEntry(OutputStream outputStream) throws IOException
writeEntry in interface EntryIOExceptionpublic int getFileMode()
getFileMode in interface Entrypublic boolean isDirectory()
isDirectory in interface Entrypublic boolean isExecutable()
isExecutable in interface EntryCopyright © 2015. All rights reserved.