Loading...
Select Version
The abstract class OutputRecordStream is the base class for all implementations of classes which permit sequential writing of records. The JRIO API provides two implementations of this abstract class, the FileOutputRecordStream class for sequential writing to a file, and the ArrayOutputRecordStream class for sequential writing to an array of Record objects.
This abstract class specifies the implementation of methods for sequential writing of records and for closing the file.
The methods of the abstract class are not described in more detail here, but explained with the individual implementations. The API documentation contains this description for users who wish to define their own implementations.