C# 클래스 FSO.Files.Formats.IFF.IffChunk

An IFF is made up of chunks.
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AddedByPatch bool
ChunkData byte[]
ChunkFlags ushort
ChunkID ushort
ChunkLabel string
ChunkParent IffFile
ChunkProcessed bool
ChunkType string
OriginalData byte[]
OriginalID ushort
OriginalLabel string
RuntimeInfo ChunkRuntimeState

공개 메소드들

메소드 설명
Dispose ( ) : void
Read ( IffFile iff, Stream stream ) : void

Reads this chunk from an IFF.

ToString ( ) : string

The name of this chunk.

Write ( IffFile iff, Stream stream ) : bool

Attempts to write this chunk to a stream (presumably an IFF or PIFF)

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Read() 공개 추상적인 메소드

Reads this chunk from an IFF.
public abstract Read ( IffFile iff, Stream stream ) : void
iff IffFile The IFF to read from.
stream Stream The stream to read from.
리턴 void

ToString() 공개 메소드

The name of this chunk.
public ToString ( ) : string
리턴 string

Write() 공개 메소드

Attempts to write this chunk to a stream (presumably an IFF or PIFF)
public Write ( IffFile iff, Stream stream ) : bool
iff IffFile
stream Stream
리턴 bool

프로퍼티 상세

AddedByPatch 공개적으로 프로퍼티

public bool AddedByPatch
리턴 bool

ChunkData 공개적으로 프로퍼티

public byte[] ChunkData
리턴 byte[]

ChunkFlags 공개적으로 프로퍼티

public ushort ChunkFlags
리턴 ushort

ChunkID 공개적으로 프로퍼티

public ushort ChunkID
리턴 ushort

ChunkLabel 공개적으로 프로퍼티

public string ChunkLabel
리턴 string

ChunkParent 공개적으로 프로퍼티

public IffFile ChunkParent
리턴 IffFile

ChunkProcessed 공개적으로 프로퍼티

public bool ChunkProcessed
리턴 bool

ChunkType 공개적으로 프로퍼티

public string ChunkType
리턴 string

OriginalData 공개적으로 프로퍼티

public byte[] OriginalData
리턴 byte[]

OriginalID 공개적으로 프로퍼티

public ushort OriginalID
리턴 ushort

OriginalLabel 공개적으로 프로퍼티

public string OriginalLabel
리턴 string

RuntimeInfo 공개적으로 프로퍼티

public ChunkRuntimeState RuntimeInfo
리턴 ChunkRuntimeState