de.schlichtherle.truezip.zip
Class RawZipFile.SingletonReadOnlyFilePool
java.lang.Object
de.schlichtherle.truezip.zip.RawZipFile.SingletonReadOnlyFilePool
- All Implemented Interfaces:
- Pool<ReadOnlyFile,IOException>
- Enclosing class:
- RawZipFile<E extends ZipEntry>
private static class RawZipFile.SingletonReadOnlyFilePool
- extends Object
- implements Pool<ReadOnlyFile,IOException>
A pool with a singleton read only file provided to its constructor.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rof
final ReadOnlyFile rof
RawZipFile.SingletonReadOnlyFilePool
public RawZipFile.SingletonReadOnlyFilePool(ReadOnlyFile rof)
allocate
public ReadOnlyFile allocate()
- Specified by:
allocate in interface Pool<ReadOnlyFile,IOException>
release
public void release(ReadOnlyFile rof)
- Specified by:
release in interface Pool<ReadOnlyFile,IOException>
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.