Package org.dishevelled.compress


package org.dishevelled.compress
Compression utility classes.
  • Classes
    Class
    Description
    Utility code for the block compressed gzip (BGZF) compression format.
    Compression utility methods.
    File, path, and input stream readers with support for bgzf, gzip, bzip2, xz, and zstd compression.
    File, path, and output stream sinks with support for bgzf, gzip, bzip2, xz, and zstd compression.
    File, path, and input stream sources with support for bgzf, gzip, bzip2, xz, and zstd compression.
    File, path, and output stream writers with support for bgzf, gzip, bzip2, xz, or zstd compression.
    Utility code for the Zstandard (zstd) compression format.