Package org.tinfour.io
Utilities related to I/O operations
-
Class Summary Class Description BufferedRandomAccessFile Provides a wrapper around a Java Random Access File which supports buffered I/O, dramatically improving the performance for many kinds of random-access file read and write operations.BufferedRandomAccessReader Accesses a random access file using a ByteBuffer with little-endian byte order in support of the LAS file format.DelimitedReader A utility for reading a file consisting of strings separated by a delimiter character, such as the classic comma-separated-value (CSV) or tab-delimited file formats.