Package-level declarations

Types

Link copied to clipboard
class BufferedInputStream(input: InputStream, maxBuffer: Int = 8192) : InputStream

A BufferedInputStream is created from an InputStream and buffers the data to make reading faster. (It's recommended to use this class if you want to read data from a InputStream)

Link copied to clipboard
Link copied to clipboard

This class is an input stream that reads from another input stream and counts the read bytes

Link copied to clipboard

A DataInputStream is a InputStream that can read data from a InputStream

Link copied to clipboard
expect abstract class InputStream

This class is an abstract class for all input streams

actual abstract class InputStream
actual typealias InputStream = java.io.InputStream

Properties

Link copied to clipboard

Returns a BufferedInputStream that reads from this input stream.

Link copied to clipboard

Returns a CountingInputStream that reads from this input stream.

Link copied to clipboard

Returns a DataInputStream that reads from this input stream.

Link copied to clipboard

Returns a BufferedInputStream that reads from this input stream.

Functions

Link copied to clipboard

Returns a BufferedInputStream that reads from this input stream.

Link copied to clipboard

Returns a CountingInputStream that reads from this input stream.

Link copied to clipboard

Returns a DataInputStream that reads from this input stream.

Link copied to clipboard

Byte array to BufferedInputStream

Link copied to clipboard

Byte array to BufferedInputStream

Link copied to clipboard

Byte array to CountingInputStream

Link copied to clipboard

Byte array to DataInputStream

Link copied to clipboard

Byte array to ByteArrayInputStream

Link copied to clipboard

Byte array to ByteArrayInputStream

Link copied to clipboard

Byte array to CountingInputStream

Link copied to clipboard

Byte array to DataInputStream

Link copied to clipboard

Byte array to ByteArrayInputStream