Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
CSharpUtils
Compression
Huffman.Node
C# Class CSharpUtils.Compression.Huffman.Node
Show file
Open project: soywiz/csharputils
Public Properties
Property
Type
Description
EncodeBitsCount
int
EncodeBitsValue
int
HasChilds
bool
Index
int
LeftChild
Node
Parent
Node
RightChild
Node
Unused
bool
UsageCount
uint
Public Methods
Method
Description
ToString
( ) :
string
Method Details
ToString()
public
method
public
ToString
( ) :
string
return
string
Property Details
EncodeBitsCount
public property
public
int
EncodeBitsCount
return
int
EncodeBitsValue
public property
public
int
EncodeBitsValue
return
int
HasChilds
public property
public
bool
HasChilds
return
bool
Index
public property
public
int
Index
return
int
LeftChild
public property
public
Node
LeftChild
return
Node
Parent
public property
public
Node
Parent
return
Node
RightChild
public property
public
Node
RightChild
return
Node
Unused
public property
public
bool
Unused
return
bool
UsageCount
public property
public
uint
UsageCount
return
uint