Class CFFParser.CFFBytesource

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[] bytes  
    • Constructor Summary

      Constructors 
      Constructor Description
      CFFBytesource​(byte[] bytes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getBytes()
      Returns the source bytes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • bytes

        private final byte[] bytes
    • Constructor Detail

      • CFFBytesource

        CFFBytesource​(byte[] bytes)
    • Method Detail

      • getBytes

        public byte[] getBytes()
                        throws java.io.IOException
        Description copied from interface: CFFParser.ByteSource
        Returns the source bytes. May be called more than once.
        Specified by:
        getBytes in interface CFFParser.ByteSource
        Returns:
        the source data as byte array
        Throws:
        java.io.IOException - if the data could not be read