C# Класс Ocronet.Dynamic.OcroFST.FstIO

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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