close method

void close()

Render this stream un-readalbe. This positions the stream to EOF.

Implementation

void close() {
  seek = _source.lengthInBytes;
}