DataPipe.put

Process next data portion. Data passed over pipeline and store result in buffer.

  1. void put(E[] data)
  2. void put(Buffer!E buff)
    class DataPipe(E)
    void
    put

Parameters

buff Buffer!E

input data buffer.

Meta