Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
natix
CompactDS
EliasDelta
C# 클래스 natix.CompactDS.EliasDelta
상속:
IIEncoder32
파일 보기
프로젝트 열기: sadit/natix
1 사용 예제들
공개 메소드들
메소드
설명
Decode
(
BitStream32
Buffer
,
BitStreamCtx
ctx
) :
int
EliasDelta
( ) :
System
Encode
(
BitStream32
Buffer
,
int
u
) :
void
Load
(
BinaryReader
Input
) :
void
Save
(
BinaryWriter
Output
) :
void
메소드 상세
Decode()
공개
메소드
public
Decode
(
BitStream32
Buffer
,
BitStreamCtx
ctx
) :
int
Buffer
BitStream32
ctx
BitStreamCtx
리턴
int
EliasDelta()
공개
메소드
public
EliasDelta
( ) :
System
리턴
System
Encode()
공개
메소드
public
Encode
(
BitStream32
Buffer
,
int
u
) :
void
Buffer
BitStream32
u
int
리턴
void
Load()
공개
메소드
public
Load
(
BinaryReader
Input
) :
void
Input
System.IO.BinaryReader
리턴
void
Save()
공개
메소드
public
Save
(
BinaryWriter
Output
) :
void
Output
System.IO.BinaryWriter
리턴
void