Uses of Class
org.apache.james.mime4j.util.ByteArrayBuffer

Packages that use ByteArrayBuffer
org.apache.james.mime4j.io   
org.apache.james.mime4j.util   
 

Uses of ByteArrayBuffer in org.apache.james.mime4j.io
 

Methods in org.apache.james.mime4j.io with parameters of type ByteArrayBuffer
 int LineReaderInputStreamAdaptor.readLine(ByteArrayBuffer dst)
           
 int BufferedLineReaderInputStream.readLine(ByteArrayBuffer linebuf)
           
abstract  int LineReaderInputStream.readLine(ByteArrayBuffer dst)
          Reads one line of text into the given ByteArrayBuffer.
 int MimeBoundaryInputStream.readLine(ByteArrayBuffer dst)
           
 

Uses of ByteArrayBuffer in org.apache.james.mime4j.util
 

Methods in org.apache.james.mime4j.util with parameters of type ByteArrayBuffer
 void CharArrayBuffer.append(ByteArrayBuffer b, int off, int len)
           
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.