VMReplypublic interface VMReply The VMReply declares interface between transport
layer and data providing layer of the memory profiler. It allows reading integet
and string values from the packet sent by the VM.
The instances of this interface are provided by VMConnection . |
Methods Summary |
---|
public int | getInt()Reads int value from the VM message.
Could throw BoundException if tries to read
beyond the end of the message
| public java.lang.String | getString()Reads a String from the VM message.
Could throw BoundException if tries to read
beyond the end of the message
|
|