Interface VirtualMachine.ForHotSpot.Connection.Response

    • Method Detail

      • read

        int read​(byte[] buffer)
          throws IOException
        Reads a buffer from the target VM.
        Parameters:
        buffer - The buffer to read to.
        Returns:
        The bytes read or -1 if no more bytes could be read.
        Throws:
        IOException - If an I/O exception occurred.