Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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