|
" 2013 FRC Java API " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectMemoryFile | |
|---|---|
| com.sun.squawk | Provides classes for low level interactions with the Squawk VM. |
| Uses of ObjectMemoryFile in com.sun.squawk |
|---|
| Methods in com.sun.squawk that return ObjectMemoryFile | |
|---|---|
static ObjectMemoryFile |
ObjectMemoryLoader.load(DataInputStream dis,
String uri,
boolean loadIntoReadOnlyMemory)
Loads an object memory from a given input stream. |
static ObjectMemoryFile |
ObjectMemoryLoader.load(String uri,
boolean loadIntoReadOnlyMemory)
Loads an object memory from a given input stream. |
static ObjectMemoryFile |
ObjectMemoryLoader.loadHeader(DataInputStream dis,
String uri)
Loads the header of an object memory file from a given input stream. |
|
" 2013 FRC Java API " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||