|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.lowagie.text.pdf.PdfEncodings.WingdingsConversion
private static class PdfEncodings.WingdingsConversion
| Field Summary | |
|---|---|
private static byte[] |
table
|
| Constructor Summary | |
|---|---|
private |
PdfEncodings.WingdingsConversion()
|
| Method Summary | |
|---|---|
java.lang.String |
byteToChar(byte[] b,
java.lang.String encoding)
Converts a byte array to an Unicode string according to some encoding. |
byte[] |
charToByte(java.lang.String text,
java.lang.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 byte[] table
| Constructor Detail |
|---|
private PdfEncodings.WingdingsConversion()
| Method Detail |
|---|
public byte[] charToByte(java.lang.String text,
java.lang.String encoding)
ExtraEncoding
charToByte in interface ExtraEncodingtext - 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 supported
public java.lang.String byteToChar(byte[] b,
java.lang.String encoding)
ExtraEncoding
byteToChar in interface ExtraEncodingb - 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 | ||||||||