Skip to content

v0.0.2

Compare
Choose a tag to compare
@na2axl na2axl released this 28 Aug 09:18
· 1 commit to master since this release
  • 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 the StreamEvent::EVENT_DATA stream event the the read data as event data.