Package | Description |
---|---|
org.ajax4jsf.io |
RichFaces I/O
|
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
ByteBuffer.append(byte c)
Appends byte to array if there are unfilled positions in it.
|
ByteBuffer |
ByteBuffer.append(byte[] bs,
int off,
int len)
Appends segment of a byte array to array if there are unfilled positions in it.
|
ByteBuffer |
FastBufferOutputStream.getFirstBuffer()
Returns the first link of the chain of byte arrays.
|
ByteBuffer |
ByteBuffer.getLast() |
ByteBuffer |
ByteBuffer.getNext()
Returns the next link in the chain.
|
ByteBuffer |
ByteBuffer.getPrevious()
Returns the previous link in the chain.
|
ByteBuffer |
CharBuffer.toByteBuffer()
Transforms this instance to instance of ByteBuffer (a link of chain of byte arrays).
|
ByteBuffer |
CharBuffer.toByteBuffer(String encoding)
Transforms this instance to instance of ByteBuffer (a link of chain of byte arrays).
|
Modifier and Type | Method and Description |
---|---|
void |
ByteBuffer.setNext(ByteBuffer b)
Sets the next link in the chain.
|
Constructor and Description |
---|
FastBufferInputStream(ByteBuffer byteBuffer) |
FastBufferOutputStream(ByteBuffer firstBuffer)
Creates instance for an already existing chain of byte arrays.
|
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.