Uses of Class
org.mortbay.util.LineInput.LineBuffer

Packages that use LineInput.LineBuffer
org.mortbay.util Old Jetty 5 classes for multipart form requests, moved to susimail and modded when we moved to Jetty 6, then moved from susimail to jetty-i2p.jar when we needed them in the router console also. 
 

Uses of LineInput.LineBuffer in org.mortbay.util
 

Methods in org.mortbay.util that return LineInput.LineBuffer
 LineInput.LineBuffer LineInput.readLineBuffer()
          Read a Line ended by CR, LF or CRLF.
 LineInput.LineBuffer LineInput.readLineBuffer(int len)
          Read a Line ended by CR, LF or CRLF.