public class ZipFileSystem extends FileSystem
BUFFER_SIZE, captureElapsedTime, DEFAULT_READ_BUFFER_SIZEid, log, name, TIMESTAMP_FORMAT| Constructor and Description |
|---|
ZipFileSystem(File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Indicates that this endpoint has finished reading or writing.
|
<T extends ZipEntry> |
listEntries() |
<T extends ZipEntry> |
listEntries(ZipEntryFilter filter) |
void |
open()
Makes this endpoint ready for reading or writing.
|
<T extends ZipEntry> |
readEntries(ZipEntryFilter filter,
ZipDataReaderFactory factory) |
addElapsedtime, addExceptionProperties, assertClosed, assertNotOpened, assertOpened, finalize, getClosedOn, getDescription, getElapsedTime, getElapsedTimeAsString, getNestedEndpoint, getOpenedOn, getOpenElapsedTime, getOpenElapsedTimeAsString, getRootEndpoint, getSelfTime, getSelfTimeAsString, getState, isCaptureElapsedTime, isClosed, isOpen, setCaptureElapsedTime, setDescription, toStringpublic ZipFileSystem(File file)
public void open()
throws DataException
Endpointopen in class EndpointDataExceptionpublic void close()
throws DataException
Endpointclose in class EndpointDataExceptionpublic <T extends ZipEntry> Iterator<T> listEntries() throws Throwable
Throwablepublic <T extends ZipEntry> Iterator<T> listEntries(ZipEntryFilter filter) throws Throwable
Throwablepublic <T extends ZipEntry> Iterator<DataReader> readEntries(ZipEntryFilter filter, ZipDataReaderFactory factory) throws Throwable
ThrowableCopyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.