Package devs.beer.nativepackets.api
Interface DebugSamplePacketView
- All Superinterfaces:
PacketView
Lazy copy-on-write view of a remote debug sample.
-
Method Summary
Modifier and TypeMethodDescriptionlongsample(int index) voidsample(long[] values) intvoidsampleType(NativeValue value) Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
sampleLength
int sampleLength() -
sample
long sample(int index) -
sampleType
NativeValue sampleType() -
sample
void sample(long[] values) -
sampleType
-