C# 클래스 Revise.Files.IFO.Blocks.MapBlock

Represents a map block.
상속: IMapBlock
파일 보기 프로젝트 열기: osROSE/UnityRose

공개 메소드들

메소드 설명
Read ( BinaryReader reader ) : void

Reads the block data from the underlying stream.

Write ( BinaryWriter writer ) : void

Writes the block data to the underlying stream.

메소드 상세

Read() 공개 메소드

Reads the block data from the underlying stream.
public Read ( BinaryReader reader ) : void
reader System.IO.BinaryReader The reader.
리턴 void

Write() 공개 메소드

Writes the block data to the underlying stream.
public Write ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter The writer.
리턴 void