Interface RBinaryStream

    • Method Detail

      • getAsynchronousChannel

         getAsynchronousChannel()
        Returns async channel object which allows to write and read binary stream. This object isn't thread-safe.
        Returns:
        channel object
      • getChannel

         getChannel()
        Returns channel object which allows to write and read binary stream. This object isn't thread-safe.
        Returns:
        channel object
      • getInputStream

         getInputStream()
        Returns inputStream object which allows to read binary stream. This object isn't thread-safe.
        Returns:
        stream object
      • getOutputStream

         getOutputStream()
        Returns outputStream object which allows to write binary stream. This object isn't thread-safe.
        Returns:
        stream object