Interface ResumableListener

    • Method Detail

      • onBytesReceived

        void onBytesReceived​(ByteBuffer byteBuffer)
                      throws IOException
        Invoked when some bytes are available to digest.
        Parameters:
        byteBuffer - the current bytes
        Throws:
        IOException - exception while writing the byteBuffer
      • onAllBytesReceived

        void onAllBytesReceived()
        Invoked when all the bytes has been successfully transferred.
      • length

        long length()
        Return the length of previously downloaded bytes.
        Returns:
        the length of previously downloaded bytes