|
||||||||||
| 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,
java.lang.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 java.lang.String |
toString(java.io.InputStream inStream)
|
static void |
toStringBuffer(java.io.InputStream inStream,
java.lang.StringBuffer buffer)
Append Base64 encoding of the data in the inStream to the specified buffer |
static void |
toStringBuffer(OMText omText,
java.lang.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 java.lang.String toString(java.io.InputStream inStream)
throws java.io.IOException
inStream - InputStream
java.io.IOException
public static void toStringBuffer(java.io.InputStream inStream,
java.lang.StringBuffer buffer)
throws java.io.IOException
inStream - InputStreambuffer - Buffer
java.io.IOException
public static void toStringBuffer(OMText omText,
java.lang.StringBuffer buffer)
throws java.io.IOException
omText - the text node to get the character data frombuffer - Buffer
java.io.IOException
public static OMText toOMText(byte[] b,
int off,
int length,
OMFactory factory,
boolean isOptimize)
throws java.io.IOException,
javax.mail.MessagingException
b - off - length - factory - isOptimize -
java.io.IOException
javax.mail.MessagingException
public static OMText toOMText(byte[] b,
int off,
int length,
OMFactory factory,
boolean isOptimize,
java.lang.String attachmentDir)
throws java.io.IOException,
javax.mail.MessagingException
b - off - length - factory - isOptimize - attachmentDir -
java.io.IOException
javax.mail.MessagingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||