ij.io
Class BitBuffer
java.lang.Object
ij.io.BitBuffer
public class BitBuffer
- extends Object
A class for reading arbitrary numbers of bits from a byte array.
- Author:
- Eric Kjellman egkjellman at wisc.edu
Constructor Summary |
BitBuffer(byte[] byteBuffer)
|
Method Summary |
int |
getBits(int bitsToRead)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BitBuffer
public BitBuffer(byte[] byteBuffer)
getBits
public int getBits(int bitsToRead)
Copyright © 1997–2014 NIH. All rights reserved.