Click or drag to resize

PartitionFileIndexEntry Structure

Index entry for a partition file. For Jumbo internal use only.

Namespace:  Ookii.Jumbo.Jet.Channels
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public struct PartitionFileIndexEntry : IEquatable<PartitionFileIndexEntry>

The PartitionFileIndexEntry type exposes the following members.

Constructors
  NameDescription
Public methodPartitionFileIndexEntry
Initializes a new instance of the PartitionFileIndexEntry struct.
Top
Properties
  NameDescription
Public propertyCompressedSize
Gets the size of the compressed data.
Public propertyOffset
Gets or sets the offset.
Public propertyPartition
Gets or sets the partition.
Public propertyUncompressedSize
Gets the size of the compressed data.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(PartitionFileIndexEntry)
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 the fully qualified type name of this instance.
(Inherited from ValueType.)
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