Interface CFFParser.ByteSource

Enclosing class:
CFFParser

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

    Modifier and Type
    Method
    Description
    byte[]
    Returns the source bytes.
  • Method Details

    • getBytes

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