Class CompressedInputStreamStorage

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class CompressedInputStreamStorage
    extends InputStreamStorage
    • Constructor Detail

      • CompressedInputStreamStorage

        public CompressedInputStreamStorage​(java.io.InputStream is)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • CompressedInputStreamStorage

        public CompressedInputStreamStorage​(java.io.PushbackInputStream is)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail