Class NestedJarHandler.RecyclableInflater
- java.lang.Object
-
- nonapi.io.github.classgraph.fastzipfilereader.NestedJarHandler.RecyclableInflater
-
- All Implemented Interfaces:
AutoCloseable
,Recycler.Resettable
- Enclosing class:
- NestedJarHandler
public static class NestedJarHandler.RecyclableInflater extends Object implements Recycler.Resettable, AutoCloseable
Wrapper class that allows anInflater
instance to be reused.
-
-
Constructor Summary
Constructors Constructor Description RecyclableInflater()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
Inflater
getInflater()
Get theInflater
instance.void
reset()
Called when anInflater
instance is recycled.
-
-
-
Method Detail
-
reset
public void reset()
Called when anInflater
instance is recycled.- Specified by:
reset
in interfaceRecycler.Resettable
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
-
-