static interface JavaPath.FileWrapper
JavaPath.OrdFileWrapper and JavaPath.ZipEntryWrapper.| Modifier and Type | Method and Description |
|---|---|
boolean |
coversZip()
Returns whether the wrapped file is within a zip-archive.
|
File |
getFile()
Returns the file wrapped.
|
InputStream |
getInputStream()
Returns an input stream for the file wrapped.
|
boolean coversZip()
boolean value signifying
whether the wrapped file is within a zip-archive.File getFile() throws IOException
FileWrapper.File wrapped.IOException - if an error occursInputStream getInputStream() throws IOException
InputStream of the file wrapped.IOException - if an error occursCopyright © 2012–2018 Simuline Organization (l2r). All rights reserved.