Class TIFFToDicom.BitBuffer

  • Enclosing class:
    TIFFToDicom

    public class TIFFToDicom.BitBuffer
    extends java.lang.Object
    Copied from ij/io/BitBuffer.java A class for reading arbitrary numbers of bits from a byte array.
    • Constructor Summary

      Constructors 
      Constructor Description
      BitBuffer​(byte[] byteBuffer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getBits​(int bitsToRead)  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BitBuffer

        public BitBuffer​(byte[] byteBuffer)
    • Method Detail

      • getBits

        public int getBits​(int bitsToRead)