C# Class Axiom.Serialization.Chunk

Definition of a chunk of data in a file
Afficher le fichier Open project: mono-soc-2011/axiom

Méthodes publiques

Свойство Type Description
id uint
length uint
offset uint
version ushort

Méthodes publiques

Méthode Description
Chunk ( ) : System
GetHashCode ( ) : int

Method Details

Chunk() public méthode

public Chunk ( ) : System
Résultat System

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Property Details

id public_oe property

Identifier of the chunk (for example from makeIdentifier) (stored)
public uint id
Résultat uint

length public_oe property

Length of the chunk data in bytes, excluding the header of this chunk (stored)
public uint length
Résultat uint

offset public_oe property

Location of the chunk (header) in bytes from the start of a stream (derived)
public uint offset
Résultat uint

version public_oe property

Version of the chunk (stored)
public ushort version
Résultat ushort