public class InflaterCache extends Object
| Modifier and Type | Field and Description |
|---|---|
static InflaterFactory |
INFLATER_FACTORY |
public static InflaterFactory INFLATER_FACTORY
public static Inflater get()
Inflaters obtained through this cache should be returned (if possible) by
release(Inflater) to avoid garbage collection and reallocation.
public static void release(Inflater i)
i - the inflater to return. May be null, in which case this method
does nothing.Copyright © 2013. All Rights Reserved.