private final class ByteArrayIOEntry.Nio2ByteArrayOutputSocket extends ByteArrayIOEntry.ByteArrayOutputSocket
| Modifier | Constructor and Description |
|---|---|
private |
ByteArrayIOEntry.Nio2ByteArrayOutputSocket() |
| Modifier and Type | Method and Description |
|---|---|
SeekableByteChannel |
newSeekableByteChannel()
Optional: Returns a new seekable byte channel for writing bytes
to the
local target in arbitrary order. |
count, getLocalTarget, newOutputStreambind, connect, getPeerTargetprivate ByteArrayIOEntry.Nio2ByteArrayOutputSocket()
public SeekableByteChannel newSeekableByteChannel() throws IOException
OutputSocketlocal target in arbitrary order.
If this method is supported, implementations must enable calling it any number of times. Furthermore, the returned seekable byte channel should not be buffered. Buffering should be addressed by client applications instead.
newSeekableByteChannel in class OutputSocket<ByteArrayIOEntry>IOException - on any I/O error.Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.