C# Class Ocronet.Dynamic.OcroFST.FstIO

Afficher le fichier Open project: nickun/OCRonet Class Usage Examples

Protected Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
fst_read ( IGenericFst fst, BinaryReader reader ) : void
fst_write ( BinaryWriter writer, IGenericFst fst ) : void

Méthodes protégées

Méthode Description
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

Method Details

fst_read() public static méthode

public static fst_read ( IGenericFst fst, BinaryReader reader ) : void
fst Ocronet.Dynamic.Interfaces.IGenericFst
reader System.IO.BinaryReader
Résultat void

fst_write() public static méthode

public static fst_write ( BinaryWriter writer, IGenericFst fst ) : void
writer System.IO.BinaryWriter
fst Ocronet.Dynamic.Interfaces.IGenericFst
Résultat void

read_float() protected static méthode

protected static read_float ( BinaryReader reader ) : float
reader System.IO.BinaryReader
Résultat float

read_header_and_symbols() protected static méthode

protected static read_header_and_symbols ( IGenericFst fst, BinaryReader reader ) : void
fst Ocronet.Dynamic.Interfaces.IGenericFst
reader System.IO.BinaryReader
Résultat void

read_int32_LE() protected static méthode

protected static read_int32_LE ( BinaryReader reader ) : Int32
reader System.IO.BinaryReader
Résultat System.Int32

read_int64_LE() protected static méthode

protected static read_int64_LE ( BinaryReader reader ) : System.Int64
reader System.IO.BinaryReader
Résultat System.Int64

read_magic_string() protected static méthode

protected static read_magic_string ( BinaryReader reader, string s ) : bool
reader System.IO.BinaryReader
s string
Résultat bool

read_node() protected static méthode

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

skip_string() protected static méthode

protected static skip_string ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

skip_symbol_table() protected static méthode

protected static skip_symbol_table ( BinaryReader reader ) : bool
reader System.IO.BinaryReader
Résultat bool

write_float() protected static méthode

protected static write_float ( BinaryWriter writer, float f ) : void
writer System.IO.BinaryWriter
f float
Résultat void

write_header_and_symbols() protected static méthode

protected static write_header_and_symbols ( BinaryWriter writer, IGenericFst fst ) : void
writer System.IO.BinaryWriter
fst Ocronet.Dynamic.Interfaces.IGenericFst
Résultat void

write_int32_LE() protected static méthode

protected static write_int32_LE ( BinaryWriter writer, Int32 n ) : void
writer System.IO.BinaryWriter
n System.Int32
Résultat void

write_int64_LE() protected static méthode

protected static write_int64_LE ( BinaryWriter writer, System.Int64 n ) : void
writer System.IO.BinaryWriter
n System.Int64
Résultat void

write_node() protected static méthode

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

write_string() protected static méthode

protected static write_string ( BinaryWriter writer, string s ) : void
writer System.IO.BinaryWriter
s string
Résultat void

Property Details

FLAG_HAS_ISYMBOLS protected_oe static_oe property

protected static Int32,System FLAG_HAS_ISYMBOLS
Résultat System.Int32

FLAG_HAS_OSYMBOLS protected_oe static_oe property

protected static Int32,System FLAG_HAS_OSYMBOLS
Résultat System.Int32

MIN_VERSION protected_oe static_oe property

protected static Int32,System MIN_VERSION
Résultat System.Int32

OPENFST_MAGIC protected_oe static_oe property

protected static Int32,System OPENFST_MAGIC
Résultat System.Int32

OPENFST_SYMBOL_TABLE_MAGIC protected_oe static_oe property

protected static Int32,System OPENFST_SYMBOL_TABLE_MAGIC
Résultat System.Int32

PROPERTIES protected_oe static_oe property

protected static Int64,System PROPERTIES
Résultat System.Int64