Ok Io Kmp Io Source
Functions
Link copied to clipboard
Returns true if the source has no more bytes
Link copied to clipboard
Reads all remaining bytes from the source and returns them as a UTF-8 encoded string
Link copied to clipboard
Reads a double from the source
Link copied to clipboard
Reads a double in little-endian order from the source
Link copied to clipboard
Reads a float in little-endian order from the source
Link copied to clipboard
Reads a long in little-endian order from the source
Link copied to clipboard
Reads a short in little-endian order from the source
Link copied to clipboard
Reads a single Utf8 encoded line from the source
Link copied to clipboard
Returns when the buffer contains at least byteCount bytes. Throws a KmpIoError.Eof if the source is exhausted before the required bytes can be read.