Метод | Описание | |
---|---|---|
Compress ( byte input ) : byte[] |
지정된 데이타를 압축한다.
|
|
Decompress ( byte input ) : byte[] |
압축된 데이타를 복원한다.
|
|
IonicBZip2Compressor ( ) : System |
Initialize a new instance of SharpGZipCompressor with zip level : 6
|
|
IonicBZip2Compressor ( int zipLevel ) : System |
Initialize a new instance of SharpGZipCompressor with zip level.
|
public Compress ( byte input ) : byte[] | ||
input | byte | 압축할 Data |
Результат | byte[] |
public Decompress ( byte input ) : byte[] | ||
input | byte | 복원할 Data |
Результат | byte[] |
public IonicBZip2Compressor ( int zipLevel ) : System | ||
zipLevel | int | |
Результат | System |