C# 클래스 natix.CompactDS.IEncoder64GenericIO

Save/Load IIntegerEncoder objects
파일 보기 프로젝트 열기: sadit/natix

공개 프로퍼티들

프로퍼티 타입 설명
Catalog List

공개 메소드들

메소드 설명
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"

메소드 상세

Load() 공개 정적인 메소드

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

Save() 공개 정적인 메소드

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

프로퍼티 상세

Catalog 공개적으로 정적으로 프로퍼티

public static List Catalog
리턴 List