| |
|
| java.lang.Object org.netbeans.lib.profiler.wireprotocol.Response org.netbeans.lib.profiler.wireprotocol.MethodNamesResponse
MethodNamesResponse | public class MethodNamesResponse extends Response (Code) | | This is issued by back end in response to GetMethodNamesForJMethodIdsCommand. It contains strings with methods'
classes, names and signatures, packed into a single byte[] array. At the client side this data is subsequently
unpacked (not in this class to avoid having unused code at the back end side).
author: Misha Dmitriev author: Ian Formanek |
MethodNamesResponse | public MethodNamesResponse(byte[] packedData, int[] packedArrayOffsets)(Code) | | |
MethodNamesResponse | MethodNamesResponse()(Code) | | |
getPackedArrayOffsets | public int[] getPackedArrayOffsets()(Code) | | |
getPackedData | public byte[] getPackedData()(Code) | | |
|
|
|