C# 클래스 DeOps.Services.Assist.VersionedFileHeader

상속: DeOps.Implementation.Protocol.G2Packet
파일 보기 프로젝트 열기: swax/DeOps 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Extra byte[]
FileHash byte[]
FileKey byte[]
FileSize long
Key byte[]
KeyID ulong
Version uint

공개 메소드들

메소드 설명
Decode ( DeOps.Implementation.Protocol.G2Header root ) : VersionedFileHeader
Decode ( byte data ) : VersionedFileHeader
Encode ( DeOps.Implementation.Protocol.G2Protocol protocol ) : byte[]

메소드 상세

Decode() 공개 정적인 메소드

public static Decode ( DeOps.Implementation.Protocol.G2Header root ) : VersionedFileHeader
root DeOps.Implementation.Protocol.G2Header
리턴 VersionedFileHeader

Decode() 공개 정적인 메소드

public static Decode ( byte data ) : VersionedFileHeader
data byte
리턴 VersionedFileHeader

Encode() 공개 메소드

public Encode ( DeOps.Implementation.Protocol.G2Protocol protocol ) : byte[]
protocol DeOps.Implementation.Protocol.G2Protocol
리턴 byte[]

프로퍼티 상세

Extra 공개적으로 프로퍼티

public byte[] Extra
리턴 byte[]

FileHash 공개적으로 프로퍼티

public byte[] FileHash
리턴 byte[]

FileKey 공개적으로 프로퍼티

public byte[] FileKey
리턴 byte[]

FileSize 공개적으로 프로퍼티

public long FileSize
리턴 long

Key 공개적으로 프로퍼티

public byte[] Key
리턴 byte[]

KeyID 공개적으로 프로퍼티

public ulong KeyID
리턴 ulong

Version 공개적으로 프로퍼티

public uint Version
리턴 uint