public class FsOutputSocketSink extends Object implements net.java.truecommons.io.Sink
Constructor and Description |
---|
FsOutputSocketSink(net.java.truecommons.shed.BitField<FsAccessOption> options,
net.java.truecommons.cio.OutputSocket<? extends net.java.truecommons.cio.Entry> socket) |
FsOutputSocketSink(FsOutputSocketSink sink) |
Modifier and Type | Method and Description |
---|---|
SeekableByteChannel |
channel() |
net.java.truecommons.shed.BitField<FsAccessOption> |
getOptions() |
net.java.truecommons.cio.OutputSocket<? extends net.java.truecommons.cio.Entry> |
getSocket() |
OutputStream |
stream() |
public FsOutputSocketSink(net.java.truecommons.shed.BitField<FsAccessOption> options, net.java.truecommons.cio.OutputSocket<? extends net.java.truecommons.cio.Entry> socket)
public FsOutputSocketSink(FsOutputSocketSink sink)
public SeekableByteChannel channel() throws IOException
channel
in interface net.java.truecommons.io.Sink
IOException
public net.java.truecommons.shed.BitField<FsAccessOption> getOptions()
public net.java.truecommons.cio.OutputSocket<? extends net.java.truecommons.cio.Entry> getSocket()
public OutputStream stream() throws IOException
stream
in interface net.java.truecommons.io.Sink
IOException
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.