SquizStream.output

Output buffer for the algorithm to write to. This is NOT the data ready after process, but where the algorithm must write next. after a call to process, the slice is reduced by its beginning, and the data written is therefore the one before the slice.

  1. inout(ubyte)[] output [@property getter]
    interface SquizStream
    @property inout @safe
    inout(ubyte)[]
    output
    ()
  2. ubyte[] output [@property setter]
  3. const(ubyte)[] input [@property getter]
  4. const(ubyte)[] input [@property setter]

Meta