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

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

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

Methods in org.apache.james.mime4j.io with parameters of type ByteArrayBuffer
 int MimeBoundaryInputStream.readLine(ByteArrayBuffer dst)
           
abstract  int LineReaderInputStream.readLine(ByteArrayBuffer dst)
          Reads one line of text into the given ByteArrayBuffer.
 int BufferedLineReaderInputStream.readLine(ByteArrayBuffer dst)
           
 int LineReaderInputStreamAdaptor.readLine(ByteArrayBuffer dst)
           
 boolean MimeBoundaryInputStream.unread(ByteArrayBuffer buf)
           
abstract  boolean LineReaderInputStream.unread(ByteArrayBuffer buf)
          Tries to unread the last read line.
 boolean BufferedLineReaderInputStream.unread(ByteArrayBuffer buf)
           
 boolean LineReaderInputStreamAdaptor.unread(ByteArrayBuffer buf)
           
 

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

Methods in org.apache.james.mime4j.stream that return ByteArrayBuffer
 ByteArrayBuffer FieldBuilder.getRaw()
          Returns combined content of all lines processed so far or null if the builder does not retain original raw content.
 ByteArrayBuffer DefaultFieldBuilder.getRaw()
           
 

Methods in org.apache.james.mime4j.stream with parameters of type ByteArrayBuffer
 void FieldBuilder.append(ByteArrayBuffer line)
          Updates builder's internal state by adding a new line of text.
 void DefaultFieldBuilder.append(ByteArrayBuffer line)
           
 



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