Xindice API

Uses of Class
org.apache.xindice.util.ByteBuffer

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

Copyright (c) 1999-2001 The Apache Software Foundation