Class OTByteArray


  • public final class OTByteArray
    extends FontByteArray
    A sequence of bytes in an OpenType font file, with methods to access the basic types. The return type of the various accessors for the integral types is int whenever the OpenType type fits in [-2^31 .. 2^31-1], long otherwise. The only exception is getuint32asint
    • Method Detail

      • getOTByteArrayBuilderInstance

        public static final com.adobe.fontengine.font.opentype.OTByteArray.OTByteArrayBuilder getOTByteArrayBuilderInstance()
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class FontByteArray