C# Class NSoft.NFramework.Compressions.CompressorTool

Show file Open project: debop/NFramework

Public Properties

Property Type Description
BUFFER_SIZE int
EmptyBytes byte[]

Public Methods

Method Description
IsZeroLength ( this input ) : bool

빈 데이타인지 검사한다.

Method Details

IsZeroLength() public static method

빈 데이타인지 검사한다.
public static IsZeroLength ( this input ) : bool
input this
return bool

Property Details

BUFFER_SIZE public static property

Decompress시에 사용할 버퍼의 크기
public static int BUFFER_SIZE
return int

EmptyBytes public static property

빈 바이크 배열
public static byte[] EmptyBytes
return byte[]