SquizStream.input

Input data for the algorithm The slice is reduced by its begining as the processing moves on. Must be refilled when empty before calling the algorithm process method.

  1. const(ubyte)[] input [@property getter]
  2. const(ubyte)[] input [@property setter]
    interface SquizStream
    @property @safe
    void
    input
    (
    const(ubyte)[] inp
    )

Meta