public interface ReadableBuffer
| Modifier and Type | Method and Description |
|---|---|
ReadableByteChannel |
asChannel() |
InputStream |
asInputStream() |
String |
asString(Charset charset) |
long |
getLength() |
ReadableBuffer |
read(byte[] dst,
int index,
int length) |
ReadableBuffer |
read(ByteBuffer buffer) |
ReadableBuffer |
to(WritableBuffer writable) |
ReadableBuffer read(byte[] dst, int index, int length) throws IOException
IOExceptionReadableBuffer read(ByteBuffer buffer) throws IOException
IOExceptionString asString(Charset charset) throws IOException
IOExceptionInputStream asInputStream() throws IOException
IOExceptionReadableByteChannel asChannel() throws IOException
IOExceptionReadableBuffer to(WritableBuffer writable) throws IOException
IOExceptionlong getLength()
Copyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.