|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axiom.om.util.TextHelper
public class TextHelper
Constructor Summary | |
---|---|
TextHelper()
|
Method Summary | |
---|---|
static OMText |
toOMText(byte[] b,
int off,
int length,
OMFactory factory,
boolean isOptimize)
Create an OMText node from a byte array containing binary data If the byte array is large and the optimize flag is set, then the data is stored in a temp file to reduce in-core memory |
static OMText |
toOMText(byte[] b,
int off,
int length,
OMFactory factory,
boolean isOptimize,
String attachmentDir)
Create an OMText node from a byte array containing binary data If the byte array is large and the optimize flag is set, then the data is stored in a temp file to reduce in-core memory |
static String |
toString(InputStream inStream)
|
static void |
toStringBuffer(InputStream inStream,
StringBuffer buffer)
Append Base64 encoding of the data in the inStream to the specified buffer |
static void |
toStringBuffer(OMText omText,
StringBuffer buffer)
Append data in the omText to the specified buffer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextHelper()
Method Detail |
---|
public static String toString(InputStream inStream) throws IOException
inStream
- InputStream
IOException
public static void toStringBuffer(InputStream inStream, StringBuffer buffer) throws IOException
inStream
- InputStreambuffer
- Buffer
IOException
public static void toStringBuffer(OMText omText, StringBuffer buffer) throws IOException
omText
- the text node to get the character data frombuffer
- Buffer
IOException
public static OMText toOMText(byte[] b, int off, int length, OMFactory factory, boolean isOptimize) throws IOException, MessagingException
b
- off
- length
- factory
- isOptimize
-
IOException
MessagingException
public static OMText toOMText(byte[] b, int off, int length, OMFactory factory, boolean isOptimize, String attachmentDir) throws IOException, MessagingException
b
- off
- length
- factory
- isOptimize
- attachmentDir
-
IOException
MessagingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |