|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ByteBuffer | |
org.apache.xindice.server | This package contains all of the classes that comprise the Xindice server framework. |
org.apache.xindice.util | This package contains many of the utility classes required by Xindice |
Uses of ByteBuffer in org.apache.xindice.server |
Methods in org.apache.xindice.server that return ByteBuffer | |
abstract ByteBuffer |
Gateway.getContent()
|
abstract ByteBuffer |
Gateway.getHeaderContent(int code)
|
Uses of ByteBuffer in org.apache.xindice.util |
Methods in org.apache.xindice.util with parameters of type ByteBuffer | |
void |
ByteBuffer.append(ByteBuffer value)
|
void |
ByteBuffer.insert(ByteBuffer value,
int pos)
|
void |
ByteBuffer.replace(ByteBuffer value,
int pos,
int width)
|
|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |