Package org.harctoolbox.irp
Class BitCounter
java.lang.Object
org.harctoolbox.irp.BitCounter
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionBitCounter
(boolean unassignedIsZero) BitCounter
(int length) BitCounter
(int length, boolean unassignedIsZero) -
Method Summary
Modifier and TypeMethodDescriptionvoid
aggregate
(long x) void
aggregate
(long x, int length) void
void
int
getType
(int n) static Map<String,
BitCounter> scrutinizeProtocols
(Iterable<Protocol> protocols) toString()
toString
(CharSequence delimiter)
-
Constructor Details
-
BitCounter
public BitCounter() -
BitCounter
public BitCounter(boolean unassignedIsZero) -
BitCounter
public BitCounter(int length, boolean unassignedIsZero) -
BitCounter
public BitCounter(int length)
-
-
Method Details