Click or drag to resize

IRecordInputStream Interface

Interface for input 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 IRecordInputStream

The IRecordInputStream type exposes the following members.

Properties
 NameDescription
Public propertyIsStopped Gets a value indicating whether this instance has stopped reading.
Public propertyPaddingBytesSkipped Gets the amount of padding skipped while reading from the stream.
Public propertyRecordOptions Gets the record options applied to this stream.
Public propertyStopReadingAtPosition Gets or sets the position in the stream after which no data will be read.
Top
Methods
 NameDescription
Public methodAreInsideSameBoundary Determines whether the range between two specified positions does not cross a structural boundary (e.g. a block boundary on the DFS).
Public methodOffsetFromBoundary Determines the offset of the specified position from the directly preceding structural boundary (e.g. a block boundary on the DFS).
Top
See Also