Apache JAMES Mime4j 0.6-redhat-2

Uses of Interface
org.apache.james.mime4j.util.ByteSequence

Packages that use ByteSequence
org.apache.james.mime4j.field   
org.apache.james.mime4j.parser   
org.apache.james.mime4j.util   
 

Uses of ByteSequence in org.apache.james.mime4j.field
 

Methods in org.apache.james.mime4j.field that return ByteSequence
 ByteSequence AbstractField.getRaw()
          Gets the original raw field string.
 

Methods in org.apache.james.mime4j.field with parameters of type ByteSequence
static ParsedField AbstractField.parse(ByteSequence raw)
          Parses the given byte sequence and returns an instance of the Field class.
 ParsedField FieldParser.parse(String name, String body, ByteSequence raw)
           
 ParsedField DelegatingFieldParser.parse(String name, String body, ByteSequence raw)
           
 

Constructors in org.apache.james.mime4j.field with parameters of type ByteSequence
AbstractField(String name, String body, ByteSequence raw)
           
 

Uses of ByteSequence in org.apache.james.mime4j.parser
 

Methods in org.apache.james.mime4j.parser that return ByteSequence
 ByteSequence Field.getRaw()
          Gets the original raw field bytes.
 

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

Classes in org.apache.james.mime4j.util that implement ByteSequence
 class ByteArrayBuffer
          A resizable byte array.
 

Fields in org.apache.james.mime4j.util declared as ByteSequence
static ByteSequence ByteSequence.EMPTY
          An empty byte sequence.
 

Methods in org.apache.james.mime4j.util that return ByteSequence
static ByteSequence ContentUtil.encode(Charset charset, String string)
          Encodes the specified string into an immutable sequence of bytes using the specified charset.
static ByteSequence ContentUtil.encode(String string)
          Encodes the specified string into an immutable sequence of bytes using the US-ASCII charset.
 

Methods in org.apache.james.mime4j.util with parameters of type ByteSequence
static String ContentUtil.decode(ByteSequence byteSequence)
          Decodes the specified sequence of bytes into a string using the US-ASCII charset.
static String ContentUtil.decode(ByteSequence byteSequence, int offset, int length)
          Decodes a sub-sequence of the specified sequence of bytes into a string using the US-ASCII charset.
static String ContentUtil.decode(Charset charset, ByteSequence byteSequence)
          Decodes the specified sequence of bytes into a string using the specified charset.
static String ContentUtil.decode(Charset charset, ByteSequence byteSequence, int offset, int length)
          Decodes a sub-sequence of the specified sequence of bytes into a string using the specified charset.
 


Apache JAMES Mime4j 0.6-redhat-2

Copyright © 2004-2012 JBoss by Red Hat. All Rights Reserved.