Uses of Class
com.caucho.util.ByteBuffer

Packages that use ByteBuffer
com.caucho.bytecode   
com.caucho.loader   
 

Uses of ByteBuffer in com.caucho.bytecode
 

Methods in com.caucho.bytecode with parameters of type ByteBuffer
 void ByteCodeWriter.writeUTF8(ByteBuffer bb, java.lang.String value)
          Writes UTF-8
 

Uses of ByteBuffer in com.caucho.loader
 

Methods in com.caucho.loader with parameters of type ByteBuffer
 void ClassEntry.load(ByteBuffer buffer)
          Loads the contents of the class file into the buffer.