|
fop 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.afp.fonts.CharactersetEncoder.EncodedChars
public static class CharactersetEncoder.EncodedChars
A container for encoded character bytes
Method Summary | |
---|---|
byte[] |
getBytes()
The bytes |
int |
getLength()
The number of containing bytes. |
boolean |
isDBCS()
Indicates whether or not the EncodedChars object wraps double byte characters. |
void |
writeTo(java.io.OutputStream out,
int offset,
int length)
write length bytes from offset to the output stream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void writeTo(java.io.OutputStream out, int offset, int length) throws java.io.IOException
length
bytes from offset
to the output stream
out
- output to write the bytes tooffset
- the offset where to writelength
- the length to write
java.io.IOException
- if an I/O error occurspublic int getLength()
public boolean isDBCS()
public byte[] getBytes()
|
fop 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |