Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Axiom
Serialization
Chunk
C# Class Axiom.Serialization.Chunk
Definition of a chunk of data in a file
ファイルを表示
Open project: mono-soc-2011/axiom
Public Properties
Property
Type
Description
id
uint
length
uint
offset
uint
version
ushort
Public Methods
Method
Description
Chunk
( ) :
System
GetHashCode
( ) :
int
Method Details
Chunk()
public
method
public
Chunk
( ) :
System
return
System
GetHashCode()
public
method
public
GetHashCode
( ) :
int
return
int
Property Details
id
public_oe property
Identifier of the chunk (for example from makeIdentifier) (stored)
public
uint
id
return
uint
length
public_oe property
Length of the chunk data in bytes, excluding the header of this chunk (stored)
public
uint
length
return
uint
offset
public_oe property
Location of the chunk (header) in bytes from the start of a stream (derived)
public
uint
offset
return
uint
version
public_oe property
Version of the chunk (stored)
public
ushort
version
return
ushort