org.openjena.atlas.io
Class BufferingWriter.SinkChannel
java.lang.Object
org.openjena.atlas.io.BufferingWriter.SinkChannel
- All Implemented Interfaces:
- Closeable, Sink<ByteBuffer>
- Enclosing class:
- BufferingWriter
public static class BufferingWriter.SinkChannel
- extends Object
- implements Sink<ByteBuffer>
BufferingWriter.SinkChannel
public BufferingWriter.SinkChannel(WritableByteChannel 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