C# Класс Revise.Files.IFO.Blocks.MapWaterPlane

Represents a map water plane.
Наследование: IMapBlock
Показать файл Открыть проект

Открытые методы

Метод Описание
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