Interface RBinaryStream

    • Method Detail

      • getInputStream

        InputStream getInputStream()
        Returns inputStream which reads binary stream. This stream isn't thread-safe.
        Returns:
        stream
      • getOutputStream

        OutputStream getOutputStream()
        Returns outputStream which writes binary stream. This stream isn't thread-safe.
        Returns:
        stream