Package-level declarations

Types

Link copied to clipboard
class CountingInputStream(inputStream: InputStream, initialCount: Long = 0) : FilterInputStream

An InputStream counting the number of bytes read from a wrapped inputStream.