de.schlichtherle.util.zip
Class InflaterPool
java.lang.Object
de.schlichtherle.util.zip.InflaterPool
class InflaterPool
- extends Object
Provides utility methods for pooling Inflaters.
Inflater objects are expensive to allocate, so pooling them improves
performance.
- Author:
- Christian Schlichtherle
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
allocated
private static final Set allocated
released
private static final List released
InflaterPool
private InflaterPool()
fetch
static Inflater fetch()
release
static void release(Inflater inflater)
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.