C# 클래스 FSO.Files.Formats.IFF.Chunks.PIFF

상속: IffChunk
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Entries FSO.Files.Formats.IFF.Chunks.PIFFEntry[]
SourceIff string
Version ushort

공개 메소드들

메소드 설명
PIFF ( ) : System
Read ( IffFile iff, Stream stream ) : void
Write ( IffFile iff, Stream stream ) : bool

메소드 상세

PIFF() 공개 메소드

public PIFF ( ) : System
리턴 System

Read() 공개 메소드

public Read ( IffFile iff, Stream stream ) : void
iff IffFile
stream Stream
리턴 void

Write() 공개 메소드

public Write ( IffFile iff, Stream stream ) : bool
iff IffFile
stream Stream
리턴 bool

프로퍼티 상세

Entries 공개적으로 프로퍼티

public PIFFEntry[],FSO.Files.Formats.IFF.Chunks Entries
리턴 FSO.Files.Formats.IFF.Chunks.PIFFEntry[]

SourceIff 공개적으로 프로퍼티

public string SourceIff
리턴 string

Version 공개적으로 프로퍼티

public ushort Version
리턴 ushort