sun.jvmstat.instrument.ByteArrayInstrument
Modifier and Type | Method and Description |
---|---|
public byte[] | Returns: byte[] - a copy of the bytes in the associated instrumenattion object.Get a copy of the current values of the elements of the ByteArrayInstrument object. |
public byte | Returns: byte - the byte value at the specified index in the associated instrumentation object.Get the current value of an element of the ByteArrayInstrument object. |
byteArrayValue | back to summary |
---|---|
public byte[] byteArrayValue() Get a copy of the current values of the elements of the ByteArrayInstrument object.
|
byteAt | back to summary |
---|---|
public byte byteAt(int index) Get the current value of an element of the ByteArrayInstrument object.
|