Class ZstdDecompressionStream

java.lang.Object
dev.hallock.zstd.ZstdDecompressionStream
All Implemented Interfaces:
AutoCloseable

public final class ZstdDecompressionStream extends Object implements AutoCloseable
  • Constructor Details

  • Method Details

    • decompressStream

      public ZstdResult decompressStream(ZstdOutputBuffer output, ZstdInputBuffer input)
    • sizeOf

      public long sizeOf()
    • close

      public void close() throws ZstdException
      Specified by:
      close in interface AutoCloseable
      Throws:
      ZstdException
    • streamInSize

      public static long streamInSize()
      Returns the recommended size for the input buffer
    • streamOutSize

      public static long streamOutSize()
      Returns the recommended size for the output buffer