Skip to content

Stream improvements

Pre-release
Pre-release

Choose a tag to compare

@g105b g105b released this 10 Jun 14:41
· 92 commits to master since this release
12cf4c5

Functionality has been slightly modified after introducing unit tests for working with Streams in the following ways:

  • String representation of Stream objects
  • Detaching a stream's resource object mid-use
  • Tell, Eof, Seek methods
  • Writing to Streams sequentially
  • Accessing Stream metadata
  • Getting stream contents in one operation