public interface

ByteArrayCounter

implements Counter
sun.management.counter.ByteArrayCounter
Known Indirect Subclasses

Class Overview

Interface for performance counter wrapping byte[] objects.

Summary

Public Methods
abstract byte[] byteArrayValue()
Get a copy of the elements of the ByteArrayCounter.
abstract byte byteAt(int index)
Get the value of an element of the ByteArrayCounter object.
[Expand]
Inherited Methods
From interface sun.management.counter.Counter

Public Methods

public abstract byte[] byteArrayValue ()

Get a copy of the elements of the ByteArrayCounter.

public abstract byte byteAt (int index)

Get the value of an element of the ByteArrayCounter object.