Click or drag to resize

IRecordOutputStream Interface

Interface for streams that offer special handling of records.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public interface IRecordOutputStream

The IRecordOutputStream type exposes the following members.

Properties
  NameDescription
Public propertyRecordOptions
Gets the options applied to records in the stream.
Public propertyRecordsSize
Gets the amount of the stream that is actually used by records.
Top
Methods
  NameDescription
Public methodMarkRecord
Indicates that the current position of the stream is a record boundary.
Top
See Also