C# Class natix.CompactDS.IEncoder64GenericIO

Save/Load IIntegerEncoder objects
Mostrar archivo Open project: sadit/natix

Public Properties

Property Type Description
Catalog List

Public Methods

Method Description
Load ( BinaryReader Input ) : IIEncoder64

Loads a "coder" from the binary file "Input"

Save ( BinaryWriter Output, IIEncoder64 coder ) : void

Saves "coder" to the binary file "Output"

Method Details

Load() public static method

Loads a "coder" from the binary file "Input"
public static Load ( BinaryReader Input ) : IIEncoder64
Input System.IO.BinaryReader
return IIEncoder64

Save() public static method

Saves "coder" to the binary file "Output"
public static Save ( BinaryWriter Output, IIEncoder64 coder ) : void
Output System.IO.BinaryWriter
coder IIEncoder64
return void

Property Details

Catalog public_oe static_oe property

public static List Catalog
return List