binary-streams / loggersoft.kotlin.streams / StreamFile / <init>

<init>

StreamFile(file: File, readOnly: Boolean = false, initialSize: Long = -1, readBufferSize: Int = 0)

Constructs file stream from File.

StreamFile(filename: String, readOnly: Boolean = false, initialSize: Long = -1, readBufferSize: Int = 0)

Implementation of Stream for random access file.

Author
Alexander Kornilov (akornilov.82@gmail.com).