com.ptc.wvs.server.thumbnail.j3d
Class OL5FileReader.DirEntry

java.lang.Object
  extended bycom.ptc.wvs.server.thumbnail.j3d.OL5FileReader.DirEntry
Enclosing class:
OL5FileReader

public class OL5FileReader.DirEntry
extends Object


Field Summary
 int endgeom
           
 int endmesh
           
 int endpos
           
 int lodcnt
           
 int[] lodend
           
 int[] lodstart
           
 int[] lodtri
           
 int[] lodvert
           
 int numoftri
           
 int numofvertex
           
 int startgeom
           
 int startmesh
           
 int startpos
           
 
Constructor Summary
OL5FileReader.DirEntry()
           
 
Method Summary
 void read(InputStream bi)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startpos

public int startpos

endpos

public int endpos

startgeom

public int startgeom

endgeom

public int endgeom

startmesh

public int startmesh

endmesh

public int endmesh

numoftri

public int numoftri

numofvertex

public int numofvertex

lodcnt

public int lodcnt

lodstart

public int[] lodstart

lodend

public int[] lodend

lodtri

public int[] lodtri

lodvert

public int[] lodvert
Constructor Detail

OL5FileReader.DirEntry

public OL5FileReader.DirEntry()
Method Detail

read

public void read(InputStream bi)
          throws IOException
Throws:
IOException