public class FastBinaryReader extends DataInputStream
Fast binary data reader
Copyright: Copyright (c) 2005
Company: IST, Drexel University
in| Constructor and Description |
|---|
FastBinaryReader(File file) |
FastBinaryReader(RandomAccessFile raf,
long length) |
FastBinaryReader(String filename) |
| Modifier and Type | Method and Description |
|---|---|
long |
remaining() |
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytesavailable, close, mark, markSupported, read, reset, skippublic FastBinaryReader(String filename)
public FastBinaryReader(File file)
public FastBinaryReader(RandomAccessFile raf, long length)
Copyright © 2018 JULIE Lab, Germany. All rights reserved.