|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.io.Scribe
org.xith3d.io.ScribeGeometryArray
public class ScribeGeometryArray
Writes a GeometryArray out to a stream.
| Field Summary |
|---|
| Fields inherited from class org.xith3d.io.Scribe |
|---|
SCRIBE_EXT, SCRIBE_GEOMETRY_ARRAY, useNIO |
| Constructor Summary | |
|---|---|
ScribeGeometryArray()
|
|
| Method Summary | |
|---|---|
static Geometry |
readGeometryArray(ScribeInputStream in)
read the geometry array from the stream |
static void |
writeGeometryArray(ScribeOutputStream out,
Geometry geom)
Writes out the geometry array out to the stream |
| Methods inherited from class org.xith3d.io.Scribe |
|---|
read, read, readGeometryFromFile, readHeader, readSceneFromFile, write, writeGeometryToFile, writeSceneToFile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScribeGeometryArray()
| Method Detail |
|---|
public static void writeGeometryArray(ScribeOutputStream out,
Geometry geom)
throws java.io.IOException
java.io.IOException
public static Geometry readGeometryArray(ScribeInputStream in)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||