org.openjena.atlas.io
Class BufferingWriter.SinkOutputStream
java.lang.Object
org.openjena.atlas.io.BufferingWriter.SinkOutputStream
- All Implemented Interfaces:
- Closeable, Sink<ByteBuffer>
- Enclosing class:
- BufferingWriter
public static class BufferingWriter.SinkOutputStream
- extends Object
- implements Sink<ByteBuffer>
BufferingWriter.SinkOutputStream
public BufferingWriter.SinkOutputStream(OutputStream out)
send
public void send(ByteBuffer bb)
- Specified by:
send
in interface Sink<ByteBuffer>
close
public void close()
- Specified by:
close
in interface Closeable
flush
public void flush()
- Specified by:
flush
in interface Sink<ByteBuffer>
Licenced under the Apache License, Version 2.0