Class CountingInputStream

Wraps an existing input stream, counting the bytes that are written.

Inherits from

Constructors

Name Description
this

Properties

Name Type Description
bytesRead ulong
empty bool
leastSize ulong
dataAvailableForRead bool

Methods

Name Description
increment
peek
read

Authors

Sönke Ludwig

Copyright

© 2012 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.