C# 클래스 HyoutaTools.Other.PSP.GIM.FileInfoSection

상속: ISection
파일 보기 프로젝트 열기: AdmiralCurtiss/HyoutaTools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FileInfo byte[]
PartSize uint
PartSizeDuplicate uint
Type ushort
Unknown ushort
Unknown2 uint

공개 메소드들

메소드 설명
FileInfoSection ( byte File, int Offset ) : System
GetPartSize ( ) : uint
Recalculate ( int NewFilesize ) : void
Serialize ( ) : byte[]

메소드 상세

FileInfoSection() 공개 메소드

public FileInfoSection ( byte File, int Offset ) : System
File byte
Offset int
리턴 System

GetPartSize() 공개 메소드

public GetPartSize ( ) : uint
리턴 uint

Recalculate() 공개 메소드

public Recalculate ( int NewFilesize ) : void
NewFilesize int
리턴 void

Serialize() 공개 메소드

public Serialize ( ) : byte[]
리턴 byte[]

프로퍼티 상세

FileInfo 공개적으로 프로퍼티

public byte[] FileInfo
리턴 byte[]

PartSize 공개적으로 프로퍼티

public uint PartSize
리턴 uint

PartSizeDuplicate 공개적으로 프로퍼티

public uint PartSizeDuplicate
리턴 uint

Type 공개적으로 프로퍼티

public ushort Type
리턴 ushort

Unknown 공개적으로 프로퍼티

public ushort Unknown
리턴 ushort

Unknown2 공개적으로 프로퍼티

public uint Unknown2
리턴 uint