visad.data.tiff
Class LegacyBitBuffer

java.lang.Object
  extended by 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

Constructor Summary
LegacyBitBuffer(InputStream i)
          Deprecated.  
 
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
 

Constructor Detail

LegacyBitBuffer

public LegacyBitBuffer(InputStream i)
                throws IOException
Deprecated. 
Throws:
IOException
Method Detail

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