Class CFFParser.CFFBytesource

java.lang.Object
org.apache.fontbox.cff.CFFParser.CFFBytesource
All Implemented Interfaces:
CFFParser.ByteSource
Enclosing class:
CFFParser

private static class CFFParser.CFFBytesource extends Object implements CFFParser.ByteSource
Allows bytes to be re-read later by CFFParser.
  • Field Details

    • bytes

      private final byte[] bytes
  • Constructor Details

    • CFFBytesource

      CFFBytesource(byte[] bytes)
  • Method Details