Class Type1SubsetFile.BinaryCoder

java.lang.Object
org.apache.fop.fonts.type1.Type1SubsetFile.BinaryCoder
Enclosing class:
Type1SubsetFile

public static class Type1SubsetFile.BinaryCoder extends Object
A class to encode and decode sections of a type 1 font file. See Adobe Type 1 Font Format Section 7.2 for more details.
  • Constructor Details

    • BinaryCoder

      public BinaryCoder()
  • Method Details

    • decodeBytes

      public static byte[] decodeBytes(byte[] in, int inR, int n)
    • encodeBytes

      public static byte[] encodeBytes(byte[] in, int inR, int n)