FrameSink

eu.ostrzyciel.jelly.stream.impl.JellyIoOps.FrameSink
trait FrameSink

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object JellyIo

Members list

Value members

Concrete methods

final def toIoStream(os: OutputStream): Sink[RdfStreamFrame, Future[Done]]

Write a stream of Jelly frames to an output stream. The frames will be delimited.

Write a stream of Jelly frames to an output stream. The frames will be delimited.

You can safely use this method to write to a file or socket.

Value parameters

os

Java IO output stream

Attributes

Returns

Pekko Sink