public interface WritableBuffer
| Modifier and Type | Method and Description |
|---|---|
WritableByteChannel |
asChannel() |
OutputStream |
asOutputStream() |
WritableBuffer |
from(ReadableBuffer readable) |
WritableBuffer |
writeBytes(byte[] bytes) |
WritableBuffer |
writeBytes(byte[] bytes,
int index,
int length) |
WritableBuffer |
writeBytes(ByteBuffer buffer) |
WritableBuffer writeBytes(byte[] bytes) throws IOException
IOExceptionWritableBuffer writeBytes(byte[] bytes, int index, int length) throws IOException
IOExceptionWritableBuffer writeBytes(ByteBuffer buffer) throws IOException
IOExceptionOutputStream asOutputStream() throws IOException
IOExceptionWritableByteChannel asChannel() throws IOException
IOExceptionWritableBuffer from(ReadableBuffer readable) throws IOException
IOExceptionCopyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.