JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Java SE 9 & JDK 9
Prev
Next
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
Uses of Interface
javax.jnlp.JNLPRandomAccessFile
Packages that use
JNLPRandomAccessFile
Package
Description
javax.jnlp
The JNLP API is designed to provide additional services to JNLP applications running in the Java Plugin or launched by Java Web Start.
Uses of
JNLPRandomAccessFile
in
javax.jnlp
Methods in
javax.jnlp
that return
JNLPRandomAccessFile
Modifier and Type
Method
Description
JNLPRandomAccessFile
FileContents.
getRandomAccessFile
(
String
mode)
Returns a
JNLPRandomAccessFile
representing a random access interface to the file's contents.