Click or drag to resize

RecordIndexEntry Structure

Represents an index entry indicating the position of a record in an array of bytes.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Ookii.Jumbo.IORecordIndexEntry

Namespace: Ookii.Jumbo.IO
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public struct RecordIndexEntry : IEquatable<RecordIndexEntry>

The RecordIndexEntry type exposes the following members.

Constructors
 NameDescription
Public methodRecordIndexEntry Initializes a new instance of the RecordIndexEntry struct.
Top
Properties
 NameDescription
Public propertyCount Gets the number of bytes for the record.
Public propertyOffset Gets the offset into the byte array.
Top
Methods
 NameDescription
Public methodEquals(Object) Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object))
Public methodEquals(RecordIndexEntry) Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a String that represents this instance.
(Overrides ValueTypeToString)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(RecordIndexEntry, RecordIndexEntry) Determines whether two specified instances have the same value.
Public operatorStatic memberInequality(RecordIndexEntry, RecordIndexEntry) Determines whether two specified instances have different values.
Top
See Also