2010 FRC Java API


Uses of Class
com.sun.squawk.ObjectMemorySerializer.ControlBlock

Packages that use ObjectMemorySerializer.ControlBlock
com.sun.squawk Provides classes for low level interactions with the Squawk VM. 
 

Uses of ObjectMemorySerializer.ControlBlock in com.sun.squawk
 

Methods in com.sun.squawk with parameters of type ObjectMemorySerializer.ControlBlock
static void ObjectMemorySerializer.save(DataOutputStream dos, String uri, ObjectMemorySerializer.ControlBlock cb, ObjectMemory parent, boolean bigEndian)
          Writes a serialized object memory to a given output stream.
 


2010 FRC Java API


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