visad.data.tiff
Class LegacyBitBuffer
java.lang.Object
visad.data.tiff.LegacyBitBuffer
Deprecated. Use loci.formats.codec.BitBuffer
public class LegacyBitBuffer
- extends Object
A class for reading arbitrary numbers of bits from an input stream.
- Author:
- Eric Kjellman egkjellman at wisc.edu
Method Summary |
int |
getBits(int bitsToRead)
Deprecated. |
static void |
main(String[] args)
Deprecated. |
long |
skipBits(long bitsToSkip)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LegacyBitBuffer
public LegacyBitBuffer(InputStream i)
throws IOException
- Deprecated.
- Throws:
IOException
skipBits
public long skipBits(long bitsToSkip)
throws IOException
- Deprecated.
- Throws:
IOException
getBits
public int getBits(int bitsToRead)
throws IOException,
FileNotFoundException
- Deprecated.
- Throws:
IOException
FileNotFoundException
main
public static void main(String[] args)
throws Exception
- Deprecated.
- Throws:
Exception