Write universe to the Stream.
If writeContent is true then all BranchGraphs attached to the
universe will be saved. If it is false then only the universe
data structures will be output (PlatformGeometry, ViewerAvatar, Locales,
and the MultiTransformGroup between the ViewingPlatform and the View).
If writeContent is true then all the BranchGraphs
attached to the Locales of the universe must have the
ALLOW_DETACH capability set. If they do not, a CapabilityNotSetException
will be thrown
Parameters: universe - The universe to write Parameters: writeContent - Flag enabling the BranchGraphs to be written exception: IOException - exception: UnsupportedUniverseException - Thrown if the universe class is notsupported by this implementation |