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 Entry
IOException
public void writeEntry(OutputStream outputStream) throws IOException
writeEntry
in interface Entry
IOException
public int getFileMode()
getFileMode
in interface Entry
public boolean isDirectory()
isDirectory
in interface Entry
public boolean isExecutable()
isExecutable
in interface Entry
Copyright © 2020. All rights reserved.