hamigaki.png

前のページ 上に戻る ホーム 次のページ

Struct method

hamigaki::archivers::zip::method —

Synopsis

struct method {
  // static constants
  static const boost::uint16_t store = 0;  // 非圧縮
  static const boost::uint16_t deflate = 8;  // RFC 1951 deflate 圧縮
  static const boost::uint16_t bzip2 = 12;  // bzip2 圧縮
};
製作著作 © 2006-2008 Takeshi Mouri

前のページ 上に戻る ホーム 次のページ