Skip to content

Getting Started

Riccardo edited this page Apr 23, 2017 · 6 revisions

bit7z has four main classes:

  • BitExtractor, which can be used to extract the content of file archives to the filesystem or memory.
  • BitMemExtractor, usable to extract the content of in-memory archives to the filesystem or memory.
  • BitCompressor, suitable to compress files into file/in-memory archives.
  • BitMemCompressor, appropriate for compressing the content of memory buffers into file/in-memory archives.
Clone this wiki locally