C# 클래스 Ocronet.Dynamic.OcroFST.FstIO

파일 보기 프로젝트 열기: nickun/OCRonet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
FLAG_HAS_ISYMBOLS System.Int32
FLAG_HAS_OSYMBOLS System.Int32
MIN_VERSION System.Int32
OPENFST_MAGIC System.Int32
OPENFST_SYMBOL_TABLE_MAGIC System.Int32
PROPERTIES System.Int64

공개 메소드들

메소드 설명
fst_read ( IGenericFst fst, BinaryReader reader ) : void
fst_write ( BinaryWriter writer, IGenericFst fst ) : void

보호된 메소드들

메소드 설명
read_float ( BinaryReader reader ) : float
read_header_and_symbols ( IGenericFst fst, BinaryReader reader ) : void
read_int32_LE ( BinaryReader reader ) : Int32
read_int64_LE ( BinaryReader reader ) : System.Int64
read_magic_string ( BinaryReader reader, string s ) : bool
read_node ( BinaryReader reader, IGenericFst fst, int index ) : void
skip_string ( BinaryReader reader ) : void
skip_symbol_table ( BinaryReader reader ) : bool
write_float ( BinaryWriter writer, float f ) : void
write_header_and_symbols ( BinaryWriter writer, IGenericFst fst ) : void
write_int32_LE ( BinaryWriter writer, Int32 n ) : void
write_int64_LE ( BinaryWriter writer, System.Int64 n ) : void
write_node ( BinaryWriter writer, IGenericFst fst, int index ) : void
write_string ( BinaryWriter writer, string s ) : void

메소드 상세

fst_read() 공개 정적인 메소드

public static fst_read ( IGenericFst fst, BinaryReader reader ) : void
fst Ocronet.Dynamic.Interfaces.IGenericFst
reader System.IO.BinaryReader
리턴 void

fst_write() 공개 정적인 메소드

public static fst_write ( BinaryWriter writer, IGenericFst fst ) : void
writer System.IO.BinaryWriter
fst Ocronet.Dynamic.Interfaces.IGenericFst
리턴 void

read_float() 보호된 정적인 메소드

protected static read_float ( BinaryReader reader ) : float
reader System.IO.BinaryReader
리턴 float

read_header_and_symbols() 보호된 정적인 메소드

protected static read_header_and_symbols ( IGenericFst fst, BinaryReader reader ) : void
fst Ocronet.Dynamic.Interfaces.IGenericFst
reader System.IO.BinaryReader
리턴 void

read_int32_LE() 보호된 정적인 메소드

protected static read_int32_LE ( BinaryReader reader ) : Int32
reader System.IO.BinaryReader
리턴 System.Int32

read_int64_LE() 보호된 정적인 메소드

protected static read_int64_LE ( BinaryReader reader ) : System.Int64
reader System.IO.BinaryReader
리턴 System.Int64

read_magic_string() 보호된 정적인 메소드

protected static read_magic_string ( BinaryReader reader, string s ) : bool
reader System.IO.BinaryReader
s string
리턴 bool

read_node() 보호된 정적인 메소드

protected static read_node ( BinaryReader reader, IGenericFst fst, int index ) : void
reader System.IO.BinaryReader
fst Ocronet.Dynamic.Interfaces.IGenericFst
index int
리턴 void

skip_string() 보호된 정적인 메소드

protected static skip_string ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void

skip_symbol_table() 보호된 정적인 메소드

protected static skip_symbol_table ( BinaryReader reader ) : bool
reader System.IO.BinaryReader
리턴 bool

write_float() 보호된 정적인 메소드

protected static write_float ( BinaryWriter writer, float f ) : void
writer System.IO.BinaryWriter
f float
리턴 void

write_header_and_symbols() 보호된 정적인 메소드

protected static write_header_and_symbols ( BinaryWriter writer, IGenericFst fst ) : void
writer System.IO.BinaryWriter
fst Ocronet.Dynamic.Interfaces.IGenericFst
리턴 void

write_int32_LE() 보호된 정적인 메소드

protected static write_int32_LE ( BinaryWriter writer, Int32 n ) : void
writer System.IO.BinaryWriter
n System.Int32
리턴 void

write_int64_LE() 보호된 정적인 메소드

protected static write_int64_LE ( BinaryWriter writer, System.Int64 n ) : void
writer System.IO.BinaryWriter
n System.Int64
리턴 void

write_node() 보호된 정적인 메소드

protected static write_node ( BinaryWriter writer, IGenericFst fst, int index ) : void
writer System.IO.BinaryWriter
fst Ocronet.Dynamic.Interfaces.IGenericFst
index int
리턴 void

write_string() 보호된 정적인 메소드

protected static write_string ( BinaryWriter writer, string s ) : void
writer System.IO.BinaryWriter
s string
리턴 void

프로퍼티 상세

FLAG_HAS_ISYMBOLS 보호되어 있는 정적으로 프로퍼티

protected static Int32,System FLAG_HAS_ISYMBOLS
리턴 System.Int32

FLAG_HAS_OSYMBOLS 보호되어 있는 정적으로 프로퍼티

protected static Int32,System FLAG_HAS_OSYMBOLS
리턴 System.Int32

MIN_VERSION 보호되어 있는 정적으로 프로퍼티

protected static Int32,System MIN_VERSION
리턴 System.Int32

OPENFST_MAGIC 보호되어 있는 정적으로 프로퍼티

protected static Int32,System OPENFST_MAGIC
리턴 System.Int32

OPENFST_SYMBOL_TABLE_MAGIC 보호되어 있는 정적으로 프로퍼티

protected static Int32,System OPENFST_SYMBOL_TABLE_MAGIC
리턴 System.Int32

PROPERTIES 보호되어 있는 정적으로 프로퍼티

protected static Int64,System PROPERTIES
리턴 System.Int64