Class Generator.Result

    • Method Detail

      • append

        public Generator.Result append​(java.nio.ByteBuffer buffer,
                                       boolean recycle)
      • getByteBuffers

        public java.nio.ByteBuffer[] getByteBuffers()
      • failed

        public void failed​(java.lang.Throwable x)
        Description copied from interface: Callback

        Callback invoked when the operation fails.

        Specified by:
        failed in interface Callback
        Parameters:
        x - the reason for the operation failure
      • recycle

        protected void recycle()