Uses of Class
org.apache.james.mime4j.stream.RawField

Packages that use RawField
org.apache.james.mime4j.stream   
 

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

Methods in org.apache.james.mime4j.stream that return RawField
 RawField FieldBuilder.build()
          Builds an instance of RawField based on the internal state.
 RawField DefaultFieldBuilder.build()
           
 RawField RawEntity.getField()
          This method has no effect and always returns null.
 RawField RawFieldParser.parseField(ByteSequence raw)
          Parses the sequence of bytes into RawField.
 

Methods in org.apache.james.mime4j.stream with parameters of type RawField
 Field BodyDescriptorBuilder.addField(RawField field)
          Updates builder's internal state by adding a new field.
 RawBody RawFieldParser.parseRawBody(RawField field)
          Parses the field body containing a value with parameters into RawBody.
 



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