Top Description Fields Constructors Methods
sun.jvm.hotspot.debugger

public Class ReadResult

extends Object
implements Serializable
Class Inheritance
All Implemented Interfaces
java.io.Serializable
Imports
java.io.Serializable

The only reason for this is to not throw UnmappedAddressException across readBytesFromProcess() calls; we can't decompose the RemoteException precisely enough

Field Summary

Modifier and TypeField and Description
private byte[]
private long

Constructor Summary

AccessConstructor and Description
public
ReadResult(byte[] data)

Successful result

public
ReadResult(long failureAddress)

Unsuccessful result

Method Summary

Modifier and TypeMethod and Description
public byte[]
public long
Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

databack to summary
private byte[] data
failureAddressback to summary
private long failureAddress

Constructor Detail

ReadResultback to summary
public ReadResult(byte[] data)

Successful result

ReadResultback to summary
public ReadResult(long failureAddress)

Unsuccessful result

Method Detail

getDataback to summary
public byte[] getData()
getFailureAddressback to summary
public long getFailureAddress()