Compressor
public virtual byte[]
Compress(
byte[]
data,
int offset,
int length)
protected abstract byte[]
CompressCore(
byte[]
data,
int offset,
int length)
public virtual byte[]
Decompress(
byte[]
data,
int offset,
int length)
protected abstract byte[]
DecompressCore(
byte[]
data,
int offset,
int length)
protected virtual void Dispose(
bool disposing)