public interface FileLike
| Modifier and Type | Method and Description | 
|---|---|
Path | 
getContainer()
Returns the containing file for this file-like entry. 
 | 
InputStream | 
getInput()
Opens a new input stream for the entry. 
 | 
String | 
getRelativePath()
Returns the relative path for the entry. 
 | 
long | 
getSize()
Returns the size of the entry in bytes. 
 | 
Path getContainer()
String getRelativePath()
long getSize()
      throws IOException
IOExceptionInputStream getInput() throws IOException
IOException - An error occurred opening the stream.