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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
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