v0.0.2
ISeekableStreaminterface 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_DATAstream event the the read data as event data.