Class FixedRecordFile

java.lang.Object
java.io.RandomAccessFile
com.aoapps.hodgepodge.io.FixedRecordFile
All Implemented Interfaces:
Closeable, DataInput, DataOutput, AutoCloseable

public class FixedRecordFile extends RandomAccessFile
A way to more easily manipulate files with fixed-record-size rows.
Author:
AO Industries, Inc.