visad.data.tiff
Class LegacyBitBuffer
- java.lang.Object
-
- visad.data.tiff.LegacyBitBuffer
-
Deprecated.Use loci.formats.codec.BitBuffer
public class LegacyBitBuffer extends java.lang.ObjectA class for reading arbitrary numbers of bits from an input stream.
-
-
Constructor Summary
Constructors Constructor and Description LegacyBitBuffer(java.io.InputStream i)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description intgetBits(int bitsToRead)Deprecated.static voidmain(java.lang.String[] args)Deprecated.longskipBits(long bitsToSkip)Deprecated.
-
-
-
Constructor Detail
-
LegacyBitBuffer
public LegacyBitBuffer(java.io.InputStream i) throws java.io.IOExceptionDeprecated.- Throws:
java.io.IOException
-
-
Method Detail
-
skipBits
public long skipBits(long bitsToSkip) throws java.io.IOExceptionDeprecated.- Throws:
java.io.IOException
-
getBits
public int getBits(int bitsToRead) throws java.io.IOException, java.io.FileNotFoundExceptionDeprecated.- Throws:
java.io.IOExceptionjava.io.FileNotFoundException
-
main
public static void main(java.lang.String[] args) throws java.lang.ExceptionDeprecated.- Throws:
java.lang.Exception
-
-
DMelt 3.0 © DataMelt by jWork.ORG