Package ucar.unidata.io
package ucar.unidata.io
-
ClassDescriptionDeprecated.not part of public API.A RandomAccessFile stored entirely in memory as a byte array.Hook for service provider interface RandomAccessFileProviderKnuth-Morris-Pratt Algorithm for Pattern Matching.Deprecated.not part of public API.Deprecated.not part of public API.A class intended as drop-in replacement for java.io.RandomAccessFile, with some notable extensions: Buffered I/O: instances of this class realise substantial speed increases over * java.io.RandomAccessFile through the use of buffering. Read String methods support user-specified Charsets (default UTF-8). Support for both big and little endiannness on reads and write: users may specify the byte order for I/O operations. Support for distributed file access through the RandomAccessDirectory subclass. This is a subclass of Object, as it was not possible to subclass java.io.RandomAccessFile because many of the methods are final.A remote file that can be read from.An abstract superclass for remote RandomAccessFileDeprecated.do not useDeprecated.not part of public API.