Class CBZip2InputStream

    • Constructor Detail

      • CBZip2InputStream

        public CBZip2InputStream()
      • CBZip2InputStream

        public CBZip2InputStream​(InputStream zStream)
    • Method Detail

      • setStream

        public void setStream​(InputStream zStream)
        Added 5-30-2006 to allow for resetting of the input used by this object. This saves in memory allocation costs
      • read

        public int read()
        Reads the stream.
        Specified by:
        read in class InputStream
        Throws:
        BZip2ReadException - if there is a problem. InputStream does not throw an IOException, so we throw a RuntimeException.