LSP
object LSP
Value members
Concrete methods
Split a stream of bytes into payloads by extracting each frame based on information contained in the headers.
Split a stream of bytes into payloads by extracting each frame based on information contained in the headers.
def writeSink[F[_] : Concurrent](writePipe: (F, Byte) => Nothing, bufferSize: Int): Stream[F, Payload => F[Unit]]