Package ru.ispras.microtesk.utils
Class BinaryReader
- java.lang.Object
-
- ru.ispras.microtesk.utils.BinaryReader
-
public final class BinaryReader extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BinaryReader(java.io.File file, boolean bigEndian)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
ru.ispras.fortress.data.types.bitvector.BitVector
read(int byteSize)
ru.ispras.fortress.data.types.bitvector.BitVector
readPastEnd(int nreq, byte pad)
void
retreat(int byteSize)
-