Class PGZIPBlock

java.lang.Object
cn.nukkit.nbt.stream.PGZIPBlock
All Implemented Interfaces:
Callable<byte[]>

public class PGZIPBlock extends Object implements Callable<byte[]>
  • Field Details

    • STATE

      protected final ThreadLocal<PGZIPState> STATE
      This ThreadLocal avoids the recycling of a lot of memory, causing lumpy performance.
    • SIZE

      public static final int SIZE
      See Also:
    • in

      protected final byte[] in
    • in_length

      protected int in_length
  • Constructor Details

  • Method Details