Class PNXLibInflater

java.lang.Object
cn.powernukkitx.libdeflate.LibdeflateDecompressor
cn.nukkit.utils.PNXLibInflater
All Implemented Interfaces:
Closeable, AutoCloseable

@PowerNukkitXOnly @Since("1.19.40-r3") public final class PNXLibInflater extends cn.powernukkitx.libdeflate.LibdeflateDecompressor implements Closeable, AutoCloseable
  • Field Summary

    Fields inherited from class cn.powernukkitx.libdeflate.LibdeflateDecompressor

    closed, ctx
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     

    Methods inherited from class cn.powernukkitx.libdeflate.LibdeflateDecompressor

    allocate, close, decompress, decompress, decompress, decompress, decompress, decompressUnknownSize, decompressUnknownSize, decompressUnknownSize, free, initIDs, readStreamBytes

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.io.Closeable

    close
  • Constructor Details

    • PNXLibInflater

      public PNXLibInflater()
  • Method Details