Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
BaconographyPortable
Model
Compression
CompressionService
C# 클래스 BaconographyPortable.Model.Compression.CompressionService
상속:
ICompressionService
파일 보기
프로젝트 열기: Synergex/Baconography
공개 메소드들
메소드
설명
Compress
(
byte
bytes
) :
byte[]
Decompress
(
byte
bytes
) :
byte[]
Decompress
(
byte
bytes
,
int
startIndex
) :
byte[]
메소드 상세
Compress()
공개
메소드
public
Compress
(
byte
bytes
) :
byte[]
bytes
byte
리턴
byte[]
Decompress()
공개
메소드
public
Decompress
(
byte
bytes
) :
byte[]
bytes
byte
리턴
byte[]
Decompress()
공개
메소드
public
Decompress
(
byte
bytes
,
int
startIndex
) :
byte[]
bytes
byte
startIndex
int
리턴
byte[]