v0.0.2
ISeekableStream
interface added, used to allow streams to move the internal cursor across the buffer.- A read method as been added to the
IReadableStream
, which when called, emit theStreamEvent::EVENT_DATA
stream event the the read data as event data.