apidocs / com.srv4pos.commons.io

Package com.srv4pos.commons.io

Types

ByteArrayOutputStream

open class ByteArrayOutputStream : OutputStream

This class implements an output stream in which the data is written into a byte array. The buffer automatically grows as data is written to it.

BytesUtils

class BytesUtils

TODO.

InputStreamConnectionWriter

open class InputStreamConnectionWriter : ConnectionWriter

Implementation of com.srv4pos.server.api.infrastructure.ConnectionWriter which write data from java.io.InputStream.

IOUtils

open class IOUtils

General IO stream manipulation utilities.

LineIterator

open class LineIterator : MutableIterator<Any?>

An Iterator over the lines in a Reader.