binary-streams / loggersoft.kotlin.streams / AbstractStream / read

read

fun <reified T : Any> read(): T

Reads from stream value with type of template. Supported types are: Byte, Short, Int, Long, Float, Double, String.

Throw
IllegalArgumentException, java.io.IOException