Top Description Fields Constructors Methods
jdk.jfr.internal.instrument

pack-priv final Class FileOutputStreamInstrumentor

extends Object
Class Inheritance
Annotations
@JIInstrumentationTarget:FileOutputStream
Imports
java.io.IOException, jdk.jfr.events.FileWriteEvent, .EventConfigurations, jdk.jfr.internal.event.EventConfiguration

See JITracer for an explanation of this code.

Field Summary

Modifier and TypeField and Description
private String

Constructor Summary

AccessConstructor and Description
private

Method Summary

Modifier and TypeMethod and Description
public void
write(int b)

public void
write(byte[] b)

public void
write(byte[] b, int off, int len)

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

pathback to summary
private String path

Constructor Detail

FileOutputStreamInstrumentorback to summary
private FileOutputStreamInstrumentor()

Method Detail

writeback to summary
public void write(int b) throws IOException
Annotations
@JIInstrumentationMethod
writeback to summary
public void write(byte[] b) throws IOException
Annotations
@JIInstrumentationMethod
writeback to summary
public void write(byte[] b, int off, int len) throws IOException
Annotations
@JIInstrumentationMethod