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 anInflaterinstance to be reused.
-
-
Constructor Summary
Constructors Constructor Description RecyclableInflater()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()InflatergetInflater()Get theInflaterinstance.voidreset()Called when anInflaterinstance is recycled.
-
-
-
Method Detail
-
reset
public void reset()
Called when anInflaterinstance is recycled.- Specified by:
resetin interfaceRecycler.Resettable
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable
-
-