C# 클래스 Axiom.Serialization.Chunk

Definition of a chunk of data in a file
파일 보기 프로젝트 열기: mono-soc-2011/axiom

공개 프로퍼티들

프로퍼티 타입 설명
id uint
length uint
offset uint
version ushort

공개 메소드들

메소드 설명
Chunk ( ) : System
GetHashCode ( ) : int

메소드 상세

Chunk() 공개 메소드

public Chunk ( ) : System
리턴 System

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

프로퍼티 상세

id 공개적으로 프로퍼티

Identifier of the chunk (for example from makeIdentifier) (stored)
public uint id
리턴 uint

length 공개적으로 프로퍼티

Length of the chunk data in bytes, excluding the header of this chunk (stored)
public uint length
리턴 uint

offset 공개적으로 프로퍼티

Location of the chunk (header) in bytes from the start of a stream (derived)
public uint offset
리턴 uint

version 공개적으로 프로퍼티

Version of the chunk (stored)
public ushort version
리턴 ushort