Class CharBufferWrapper
- java.lang.Object
-
- org.apache.james.mime4j.mboxiterator.CharBufferWrapper
-
public class CharBufferWrapper extends Object
Wraps a CharBuffer and exposes some convenience methods to easy parse with Mime4j.
-
-
Constructor Summary
Constructors Constructor Description CharBufferWrapper(CharBuffer messageBuffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description char[]asCharArray()InputStreamasInputStream(Charset encoding)booleanequals(Object o)inthashCode()StringtoString()
-
-
-
Constructor Detail
-
CharBufferWrapper
public CharBufferWrapper(CharBuffer messageBuffer)
-
-
Method Detail
-
asInputStream
public InputStream asInputStream(Charset encoding)
-
asCharArray
public char[] asCharArray()
-
-