public abstract class BitsCollection<C extends Map<Bits,AtomicInteger>> extends CountCollection<Bits,C>
| Modifier and Type | Class and Description |
|---|---|
static class |
BitsCollection.CodeType |
| Modifier and Type | Field and Description |
|---|---|
Integer |
bitDepth |
map| Constructor and Description |
|---|
BitsCollection(C collection) |
BitsCollection(int bitDepth,
C collection) |
| Modifier and Type | Method and Description |
|---|---|
BitsCollection.CodeType |
getType(Bits bits) |
abstract void |
read(BitInputStream in) |
abstract void |
write(BitOutputStream out) |
public final Integer bitDepth
public BitsCollection(C collection)
public BitsCollection(int bitDepth,
C collection)
public BitsCollection.CodeType getType(Bits bits)
public abstract void read(BitInputStream in) throws IOException
IOExceptionpublic abstract void write(BitOutputStream out) throws IOException
IOExceptionCopyright © 2019 SimiaCryptus Software. All rights reserved.