ch.rgw.compress
Class HuffmanInputStream
java.lang.Object
java.io.InputStream
ch.rgw.compress.HuffmanInputStream
- All Implemented Interfaces:
- java.io.Closeable
public class HuffmanInputStream
- extends java.io.InputStream
A Stream that decompresses an earlier created HuffmanOutputStream Tree and dynamic feature are
read from the Stream header.
- Author:
- Gerry
Methods inherited from class java.io.InputStream |
close, mark, markSupported, read, read, reset, skip |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HuffmanInputStream
public HuffmanInputStream(java.io.InputStream in)
throws java.io.IOException
- Throws:
java.io.IOException
Version
public static java.lang.String Version()
read
public int read()
throws java.io.IOException
- Specified by:
read
in class java.io.InputStream
- Throws:
java.io.IOException
available
public int available()
throws java.io.IOException
- Overrides:
available
in class java.io.InputStream
- Throws:
java.io.IOException
Copyright 2005-2011 by Gerry Weirich, Elexis