2010 FRC Java API


Uses of Class
com.sun.squawk.ObjectMemoryFile

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.
 


2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.