Uses of Class
com.ibm.jvm.trace.format.api.ByteStream
Packages that use ByteStream
Package
Description
This API is used to process trace buffers generated by OpenJ9.
-
Uses of ByteStream in com.ibm.jvm.trace.format.api
Fields in com.ibm.jvm.trace.format.api declared as ByteStreamMethods in com.ibm.jvm.trace.format.api with parameters of type ByteStreamModifier and TypeMethodDescriptionintTraceRecord.appendToStream(ByteStream stream, boolean newThread) Appends the body of the data from this trace record to the stream IN CHRONOLOGICAL ORDER.Constructors in com.ibm.jvm.trace.format.api with parameters of type ByteStreamModifierConstructorDescriptionTracePointImpl(TraceContext context, ByteStream stream, TraceThread thread)