public class RandomAccessFileRecordReader extends Object
| Constructor and Description |
|---|
RandomAccessFileRecordReader(File file) |
public RandomAccessFileRecordReader(File file) throws FileNotFoundException
FileNotFoundExceptionpublic void close()
throws IOException
IOExceptionprotected boolean isStreamAvailable()
throws IOException
IOExceptionprotected void seek(long pos)
throws IOException
IOExceptionprotected int read(ByteArray record) throws IOException
IOExceptionprotected int read(ByteArray record, int displacement, int length) throws IOException
IOExceptionCopyright © 2009–2016 The Last Check, LLC. All rights reserved.