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.
See Also:com.sun.cldchi.tools.memoryprofiler.jdwp.VMConnection
Reads int value from the VM message.
Could throw BoundException if tries to read
beyond the end of the message
int value written to the packet by the VM See Also:VMReply.getString()
Reads a String from the VM message.
Could throw BoundException if tries to read
beyond the end of the message
String written to the packet by the VM See Also:VMReply.getInt()