ZipOChannel::CompressionLevel
enum CompressionLevel { // 압축 레벨에 대하여 가능한 방법 NoCompression = 0, // 압축하지 않음 BestSpeed = 1, // 가장 빠른 압축 BestCompression = 9, // 가장 높은 압축률 DefaultCompression = -1 // 기본 압축률 };
Graphisoft®
InputOutputVersion: 1.0
enum CompressionLevel { // 압축 레벨에 대하여 가능한 방법 NoCompression = 0, // 압축하지 않음 BestSpeed = 1, // 가장 빠른 압축 BestCompression = 9, // 가장 높은 압축률 DefaultCompression = -1 // 기본 압축률 };