Uses of Class
org.mortbay.io.ByteArrayBuffer

Packages that use ByteArrayBuffer
org.mortbay.io   
org.mortbay.jetty   
 

Uses of ByteArrayBuffer in org.mortbay.io
 

Subclasses of ByteArrayBuffer in org.mortbay.io
static class BufferCache.CachedBuffer
           
static class ByteArrayBuffer.CaseInsensitive
           
 

Methods in org.mortbay.io that return ByteArrayBuffer
 ByteArrayBuffer ByteArrayEndPoint.getIn()
           
 ByteArrayBuffer ByteArrayEndPoint.getOut()
           
 ByteArrayBuffer AbstractBuffer.duplicate(int access)
           
 

Methods in org.mortbay.io with parameters of type ByteArrayBuffer
 void ByteArrayEndPoint.setIn(ByteArrayBuffer in)
           
 void ByteArrayEndPoint.setOut(ByteArrayBuffer out)
           
 

Uses of ByteArrayBuffer in org.mortbay.jetty
 

Fields in org.mortbay.jetty declared as ByteArrayBuffer
protected  ByteArrayBuffer HttpGenerator.Output._buf1
           
protected  ByteArrayBuffer HttpGenerator.Output._bufn