Package org.xj3d.io

Class StreamContentContainer

java.lang.Object
org.xj3d.io.StreamContentContainer

public class StreamContentContainer extends Object
This is a utility class used by content handlers to return an input stream to nodes that require streamed input.

Content handlers return objects that are reused by nodes in the scene. This object type can be used to pass an InputStream to the nodes. Each client will request a new input stream using getInputStream.

Version:
$Revision: 1.1 $
Author:
Guy Carpenter