IKmp Io Sink
Receives a stream of bytes that allows easy writing of multiple data types
All methods have a possibility of throwing exceptions.
Inheritors
Functions
Link copied to clipboard
abstract suspend fun write(source: ByteArray, sourceOffset: Int = 0, byteCount: Int = source.size): IKmpIoSink
Writes byteCount bytes starting at sourceOffset from the source into the sink
Link copied to clipboard
Writes a single byte to the sink
Link copied to clipboard
Writes a double to the sink
Link copied to clipboard
Writes a double in little-endian order to the sink
Link copied to clipboard
Writes a float to the sink
Link copied to clipboard
Writes a float in little-endian order to the sink
Link copied to clipboard
Writes an int to the sink
Link copied to clipboard
Writes an int in little-endian order to the sink
Link copied to clipboard
Writes a long to the sink
Link copied to clipboard
Writes a long in little-endian order to the sink
Link copied to clipboard
Writes a short to the sink
Link copied to clipboard
Writes a short in little-endian order to the sink
Link copied to clipboard
Writes a UTF-8 encoded string to the sink