Package ru.ispras.microtesk.utils
Class BitStream
- java.lang.Object
-
- ru.ispras.microtesk.utils.BitStream
-
public class BitStream extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isEmpty()
static BitStream
of(java.io.InputStream input)
ru.ispras.fortress.data.types.bitvector.BitVector
read(int nbits)
-
-
-
Method Detail
-
of
public static BitStream of(java.io.InputStream input)
-
isEmpty
public boolean isEmpty() throws java.io.IOException
- Throws:
java.io.IOException
-
read
public ru.ispras.fortress.data.types.bitvector.BitVector read(int nbits) throws java.io.IOException
- Throws:
java.io.IOException
-
-