Modifier and Type | Method and Description |
---|---|
public byte[] | Returns: byte[] - a byte array containing the current bytes for the instrumentation exported by the target Java Virtual Machine.Interface to get the bytes associated with the instrumentation for the target Java Virtual Machine. |
public int | Returns: int - the size of the instrumentation buffer for the target Java Virtual Machine.Interface to get the size of the instrumentation buffer for the target Java Virtual Machine. |
getBytes | back to summary |
---|---|
public byte[] getBytes() Interface to get the bytes associated with the instrumentation for the target Java Virtual Machine.
|
getCapacity | back to summary |
---|---|
public int getCapacity() Interface to get the size of the instrumentation buffer for the target Java Virtual Machine.
|