public final class OptionOutputSocket extends DecoratingOutputSocket<Entry>
| Constructor and Description |
|---|
OptionOutputSocket(OutputSocket<?> output,
BitField<FsOutputOption> options) |
| Modifier and Type | Method and Description |
|---|---|
Entry |
getLocalTarget() |
BitField<FsOutputOption> |
getOptions() |
OutputStream |
newOutputStream() |
SeekableByteChannel |
newSeekableByteChannel() |
getDelegate, toStringgetBoundSocketbind, getPeerTargetpublic OptionOutputSocket(OutputSocket<?> output, BitField<FsOutputOption> options)
public Entry getLocalTarget() throws IOException
getLocalTarget in class DelegatingOutputSocket<Entry>IOExceptionpublic BitField<FsOutputOption> getOptions()
public OutputStream newOutputStream() throws IOException
newOutputStream in class DelegatingOutputSocket<Entry>IOExceptionpublic SeekableByteChannel newSeekableByteChannel() throws IOException
newSeekableByteChannel in class DelegatingOutputSocket<Entry>IOExceptionCopyright © 2005–2014 Schlichtherle IT Services. All rights reserved.