C# Class Revise.Files.ZCA.CameraFile

Provides the ability to create, open and save ZCA files used for camera information.
Inheritance: FileLoader
Show file Open project: osROSE/UnityRose Class Usage Examples

Public Methods

Method Description
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.

Method Details

CameraFile() public method

Initializes a new instance of the CameraFile class.
public CameraFile ( ) : System.IO
return System.IO

Load() public method

Loads the file from the specified stream.
public Load ( Stream stream ) : void
stream System.IO.Stream The stream to read from.
return void

Save() public method

Saves the file to the specified stream.
public Save ( Stream stream ) : void
stream System.IO.Stream The stream to save to.
return void