compress

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ubyte[] compress(ubyte[] data, ubyte[] outBuffer)
    version(Windows)
    ubyte[]
    compress
    (
    in ubyte[] data
    ,
    ubyte[] outBuffer
    )
  2. alias compress = rleEncode

Meta