MemoryTransport.feed
void feed(const(ubyte)[] data)Appends data to the input buffer for future reads.
Parameters
data | Data to inject into the read side. |
void feed(const(ubyte)[] data)Appends data to the input buffer for future reads.
data | Data to inject into the read side. |