public class BoolAggregator
extends java.lang.Object
Constructor and Description |
---|
BoolAggregator() |
BoolAggregator(byte _bits) |
BoolAggregator(int _bits) |
BoolAggregator(short _bits) |
Modifier and Type | Method and Description |
---|---|
boolean |
enoughForByte() |
boolean |
enoughForInt() |
boolean |
enoughForWord() |
byte |
getByte() |
int |
getInt() |
boolean |
getNextBit() |
short |
getShort() |
boolean |
hasMoreBits() |
void |
putBit(boolean bit) |
public BoolAggregator(int _bits)
public BoolAggregator(short _bits)
public BoolAggregator(byte _bits)
public BoolAggregator()
public boolean getNextBit()
public byte getByte()
public short getShort()
public int getInt()
public void putBit(boolean bit)
public boolean hasMoreBits()
public boolean enoughForByte()
public boolean enoughForWord()
public boolean enoughForInt()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.