public class BitStream extends Object
| Constructor and Description |
|---|
BitStream(InputStream rd) |
| Modifier and Type | Method and Description |
|---|---|
int |
bytesRead()
how many bytes have we seen so far?
|
boolean |
next() |
int |
onesRead() |
void |
skipByte() |
int |
zerosRead() |
public BitStream(InputStream rd)
This file is a part of the JDD package, a native Java Binary Decision Diagram Library.