JavaView® v2.00.008

jv.loader
Class PgByuLoader

java.lang.Object
  |
  +--jv.loader.PgByuLoader

public class PgByuLoader
extends java.lang.Object

Loader for geometry files in the Brigham Young University's MOVIE.BYU file format.

Version:
08.11.00, 1.50 revised (kp) Number formatting methods moved to jv.number.PuString.
06.08.99, 1.10 revised (kp) InputStream replaced with BufferedReader.
00.00.98, 1.00 created (kp)
Author:
Konrad Polthier

Constructor Summary
PgByuLoader()
           
 
Method Summary
protected static boolean parse(java.io.BufferedReader bufReader, PgJvxSrc geom)
          Loader for geometry files in the Brigham Young University's MOVIE.BYU file format.
static PgJvxSrc read(java.io.BufferedReader in)
          Read geometry file in the Brigham Young University's MOVIE.BYU file format.
static PgJvxSrc read(java.lang.String fileName)
          Read geometry file in the Brigham Young University's MOVIE.BYU file format.
static java.lang.String write(PgJvxSrc geom)
          Writes geometry data into String using byu format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PgByuLoader

public PgByuLoader()
Method Detail

read

public static PgJvxSrc read(java.lang.String fileName)
Read geometry file in the Brigham Young University's MOVIE.BYU file format.

read

public static PgJvxSrc read(java.io.BufferedReader in)
Read geometry file in the Brigham Young University's MOVIE.BYU file format.

parse

protected static boolean parse(java.io.BufferedReader bufReader,
                               PgJvxSrc geom)
                        throws java.io.IOException
Loader for geometry files in the Brigham Young University's MOVIE.BYU file format.

write

public static java.lang.String write(PgJvxSrc geom)
Writes geometry data into String using byu format.
Parameters:
geom - geometry to save
Returns:
a String with the byu formatted data

JavaView® v2.00.008

The software JavaView® is copyright protected. All Rights Reserved.