Uses of Class
java.io.RandomAccessFile
Packages that use RandomAccessFile
Package
Description
This API is used to process trace buffers generated by OpenJ9.
A package of the Java Image I/O API dealing with low-level I/O from files and
streams.
-
Uses of RandomAccessFile in com.ibm.jvm.trace.format.api
Methods in com.ibm.jvm.trace.format.api with parameters of type RandomAccessFileConstructors in com.ibm.jvm.trace.format.api with parameters of type RandomAccessFileModifierConstructorDescriptionTraceRecord
(TraceContext context, RandomAccessFile file, long offset) -
Uses of RandomAccessFile in javax.imageio.stream
Constructors in javax.imageio.stream with parameters of type RandomAccessFileModifierConstructorDescriptionConstructs aFileImageInputStream
that will read from a givenRandomAccessFile
.Constructs aFileImageOutputStream
that will write to a givenRandomAccessFile
.