|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itextpdf.text.pdf.StringUtils
public class StringUtils
| Method Summary | |
|---|---|
static byte[] |
convertCharsToBytes(char[] chars)
Converts an array of unsigned 16bit numbers to an array of bytes. |
static byte[] |
escapeString(byte[] bytes)
Escapes a byte array according to the PDF conventions. |
static void |
escapeString(byte[] bytes,
ByteBuffer content)
Escapes a byte array according to the PDF conventions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static byte[] escapeString(byte[] bytes)
byte array according to the PDF conventions.
bytes - the byte array to escape
byte array
public static void escapeString(byte[] bytes,
ByteBuffer content)
byte array according to the PDF conventions.
bytes - the byte array to escapecontent - the contentpublic static byte[] convertCharsToBytes(char[] chars)
chars - the array of 16bit numbers that should be converted
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||