Uses of Class
com.ibm.jvm.trace.format.api.ByteStream
-
Packages that use ByteStream Package Description com.ibm.jvm.trace.format.api 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 ByteStream Modifier and Type Field Description protected ByteStream
TraceThread. stream
Methods in com.ibm.jvm.trace.format.api with parameters of type ByteStream Modifier and Type Method Description int
TraceRecord. 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 ByteStream Constructor Description TracePointImpl(TraceContext context, ByteStream stream, TraceThread thread)
-