Interface IInputStreamListener

    • Method Detail

      • streamed

        void streamed​(String type,
                      byte[] bytes,
                      int length)
        Invoked when a chunk of bytes is streamed.
        Parameters:
        type - type of what is being streamed, as defined by the class using this listener
        bytes - chunk of bytes streamed
        length - length of valid bytes to read or -1 if no more bytes to read