public static interface VirtualMachine.ForHotSpot.Connection.Response extends Closeable
| Modifier and Type | Method and Description |
|---|---|
int |
read(byte[] buffer)
Reads a buffer from the target VM.
|
int read(byte[] buffer) throws IOException
buffer - The buffer to read to.-1 if no more bytes could be read.IOException - If an I/O exception occurred.Copyright © 2014–2025. All rights reserved.