Click or drag to resize

RecordIndexEntry Structure

Represents an index entry indicating the position of a record in an array of bytes.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
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 methodGetType
Gets 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
Determines whether two specified instances have the same value.
Public operatorStatic memberInequality
Determines whether two specified instances have different values.
Top
See Also