Uses of Class
java.io.RandomAccessFile
-
Packages that use RandomAccessFile Package Description com.ibm.jvm.trace.format.api This API is used to process trace buffers generated by OpenJ9.javax.imageio.stream 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 RandomAccessFile Modifier and Type Method Description TraceThread
TraceContext. addData(RandomAccessFile file, long offset)
Constructors in com.ibm.jvm.trace.format.api with parameters of type RandomAccessFile Constructor Description TraceRecord(TraceContext context, RandomAccessFile file, long offset)
-
Uses of RandomAccessFile in javax.imageio.stream
Constructors in javax.imageio.stream with parameters of type RandomAccessFile Constructor Description FileImageInputStream(RandomAccessFile raf)
Constructs aFileImageInputStream
that will read from a givenRandomAccessFile
.FileImageOutputStream(RandomAccessFile raf)
Constructs aFileImageOutputStream
that will write to a givenRandomAccessFile
.
-