Interface CFFParser.ByteSource

  • Enclosing class:
    CFFParser

    public static interface CFFParser.ByteSource
    Source from which bytes may be read in the future.
    • Method Detail

      • getBytes

        byte[] getBytes()
                 throws java.io.IOException
        Returns the source bytes. May be called more than once.
        Throws:
        java.io.IOException