FileInputStream
Implementation of a FileInputStream based upon native file access.
Constructors
Properties
Functions
Link copied to clipboard
Read a single byte value. This is not buffered in any way, and possibly slow.
open override fun <T> read(buffer: <Error class: unknown class><T>, size: SizeT, bufferSize: SizeT): SizeT
Read into the given native buffer. It will check for errors, but does not indicate end of file.
Read an array of bytes from the file.