Class RecyclableInflater
- java.lang.Object
-
- nonapi.io.github.classgraph.fastzipfilereader.RecyclableInflater
-
- All Implemented Interfaces:
AutoCloseable,Resettable
public class RecyclableInflater extends Object implements Resettable, AutoCloseable
-
-
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, to reset the inflater so it can accept new input.
-
-
-
Method Detail
-
reset
public void reset()
Called when anInflaterinstance is recycled, to reset the inflater so it can accept new input.- Specified by:
resetin interfaceResettable
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable
-
-