C# 클래스 CSharpUtils.Compression.Huffman.Node

파일 보기 프로젝트 열기: soywiz/csharputils

공개 프로퍼티들

프로퍼티 타입 설명
EncodeBitsCount int
EncodeBitsValue int
HasChilds bool
Index int
LeftChild Node
Parent Node
RightChild Node
Unused bool
UsageCount uint

공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

EncodeBitsCount 공개적으로 프로퍼티

public int EncodeBitsCount
리턴 int

EncodeBitsValue 공개적으로 프로퍼티

public int EncodeBitsValue
리턴 int

HasChilds 공개적으로 프로퍼티

public bool HasChilds
리턴 bool

Index 공개적으로 프로퍼티

public int Index
리턴 int

LeftChild 공개적으로 프로퍼티

public Node LeftChild
리턴 Node

Parent 공개적으로 프로퍼티

public Node Parent
리턴 Node

RightChild 공개적으로 프로퍼티

public Node RightChild
리턴 Node

Unused 공개적으로 프로퍼티

public bool Unused
리턴 bool

UsageCount 공개적으로 프로퍼티

public uint UsageCount
리턴 uint