C# 클래스 BlackHole.Common.Extentions.ByteArrayExtensions

파일 보기 프로젝트 열기: hussein-aitlahcen/BlackHole

공개 메소드들

메소드 설명
CompressLz4 ( this array ) : byte[]
DecompressLz4 ( this array ) : byte[]

메소드 상세

CompressLz4() 공개 정적인 메소드

public static CompressLz4 ( this array ) : byte[]
array this
리턴 byte[]

DecompressLz4() 공개 정적인 메소드

public static DecompressLz4 ( this array ) : byte[]
array this
리턴 byte[]