Interface HeadDeflater<H extends Head>

  • All Superinterfaces:
    Deflater<H>

    public interface HeadDeflater<H extends Head>
    extends Deflater<H>
    • Method Detail

      • skip

        void skip​(H head,
                  SkippableOutputStream out)
           throws java.io.IOException
        Skips as many bytes in the stream as are required to store the given head
        Parameters:
        head -
        out -
        Throws:
        java.io.IOException