Interface RBinaryStream

    • Method Detail

      • getAsynchronousChannel

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

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

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

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