|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.pdf.PdfEncodings.SymbolConversion
private static class PdfEncodings.SymbolConversion
Field Summary | |
---|---|
private static IntHashtable |
t1
|
private static IntHashtable |
t2
|
private static char[] |
table1
|
private static char[] |
table2
|
private IntHashtable |
translation
|
Constructor Summary | |
---|---|
PdfEncodings.SymbolConversion(boolean symbol)
|
Method Summary | |
---|---|
String |
byteToChar(byte[] b,
String encoding)
Converts a byte array to an Unicode string according to some encoding. |
byte[] |
charToByte(char char1,
String encoding)
Converts an Unicode char to a byte array according to some encoding. |
byte[] |
charToByte(String text,
String encoding)
Converts an Unicode string to a byte array according to some encoding. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final IntHashtable t1
private static final IntHashtable t2
private IntHashtable translation
private static final char[] table1
private static final char[] table2
Constructor Detail |
---|
PdfEncodings.SymbolConversion(boolean symbol)
Method Detail |
---|
public byte[] charToByte(String text, String encoding)
ExtraEncoding
charToByte
in interface ExtraEncoding
text
- the Unicode stringencoding
- the requested encoding. It's mainly of use if the same class
supports more than one encoding.
null
if no conversion is supportedpublic byte[] charToByte(char char1, String encoding)
ExtraEncoding
charToByte
in interface ExtraEncoding
char1
- the Unicode charencoding
- the requested encoding. It's mainly of use if the same class
supports more than one encoding.
null
if no conversion is supportedpublic String byteToChar(byte[] b, String encoding)
ExtraEncoding
byteToChar
in interface ExtraEncoding
b
- the input byte arrayencoding
- the requested encoding. It's mainly of use if the same class
supports more than one encoding.
null
if no conversion is supported
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |