Class CharactersetEncoder.EncodedChars

java.lang.Object
org.apache.fop.afp.fonts.CharactersetEncoder.EncodedChars
Enclosing class:
CharactersetEncoder

public static class CharactersetEncoder.EncodedChars extends Object
A container for encoded character bytes
  • Method Details

    • writeTo

      public void writeTo(OutputStream out, int offset, int length) throws IOException
      write length bytes from offset to the output stream
      Parameters:
      out - output to write the bytes to
      offset - the offset where to write
      length - the length to write
      Throws:
      IOException - if an I/O error occurs
    • getLength

      public int getLength()
      The number of containing bytes.
      Returns:
      the length
    • isDBCS

      public boolean isDBCS()
      Indicates whether or not the EncodedChars object wraps double byte characters.
      Returns:
      true if the wrapped characters are double byte (DBCSs)
    • getBytes

      public byte[] getBytes()
      The bytes
      Returns:
      the bytes