Class CountingInputStream
Wraps an existing input stream, counting the bytes that are written.
Inherits from
-
Object
(base class) -
InputStream
Constructors
Name | Description |
---|---|
this |
Methods
Name | Description |
---|---|
bytesRead | |
empty | |
leastSize | |
dataAvailableForRead | |
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.