public class ZipFileSystem extends FileSystem
BUFFER_SIZE, captureElapsedTime, DEFAULT_READ_BUFFER_SIZE
id, 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, toString
public ZipFileSystem(File file)
public void open() throws DataException
Endpoint
open
in class Endpoint
DataException
public void close() throws DataException
Endpoint
close
in class Endpoint
DataException
public <T extends ZipEntry> Iterator<T> listEntries() throws Throwable
Throwable
public <T extends ZipEntry> Iterator<T> listEntries(ZipEntryFilter filter) throws Throwable
Throwable
public <T extends ZipEntry> Iterator<DataReader> readEntries(ZipEntryFilter filter, ZipDataReaderFactory factory) throws Throwable
Throwable
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.