C# Класс Revise.Files.ZCA.CameraFile

Provides the ability to create, open and save ZCA files used for camera information.
Наследование: FileLoader
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CameraFile ( ) : System.IO

Initializes a new instance of the CameraFile class.

Load ( Stream stream ) : void

Loads the file from the specified stream.

Save ( Stream stream ) : void

Saves the file to the specified stream.

Описание методов

CameraFile() публичный Метод

Initializes a new instance of the CameraFile class.
public CameraFile ( ) : System.IO
Результат System.IO

Load() публичный Метод

Loads the file from the specified stream.
public Load ( Stream stream ) : void
stream System.IO.Stream The stream to read from.
Результат void

Save() публичный Метод

Saves the file to the specified stream.
public Save ( Stream stream ) : void
stream System.IO.Stream The stream to save to.
Результат void