Skip to content

package streaming

import "kaiju/klib/streaming"

Functions

StreamRead

func StreamRead(r io.Reader, outData ...any) error

StreamWrite

func StreamWrite(w io.Writer, data ...any) error