com.partnersoft.io.formats.dwg
Class DWGReader

java.lang.Object
  extended by com.partnersoft.io.formats.dwg.DWGReader
All Implemented Interfaces:
DWGConstants

public class DWGReader
extends java.lang.Object
implements DWGConstants

Reads a DWG. Duh.

Author:
Paul Reavis Copyright 2003 Partner Software, Inc.

Field Summary
 
Fields inherited from interface com.partnersoft.io.formats.dwg.DWGConstants
OBJECT_TYPE_NAMES, SENTINEL_CLASSES_BEGIN, SENTINEL_CLASSES_END, SENTINEL_HEADER_END, SENTINEL_OBJECTS_BEGIN, SENTINEL_VARIABLES_BEGIN, SENTINEL_VARIABLES_END, TYPE_BIT, TYPE_BITDOUBLE, TYPE_BITLONG, TYPE_BITS_2, TYPE_BITS_3, TYPE_BITS_4, TYPE_BITS_5, TYPE_BITS_6, TYPE_BITS_7, TYPE_BITSHORT, TYPE_BYTE, TYPE_HANDLE, TYPE_MODCHAR, TYPE_MODSHORT, TYPE_NULL, TYPE_RAWCHAR, TYPE_RAWDOUBLE, TYPE_RAWLONG, TYPE_RAWSHORT, TYPE_TEXT, VERSION_13, VERSION_14, VERSION_15, VERSION_2000
 
Constructor Summary
DWGReader(java.io.File file)
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 void readClasses()
           
 void readHeader()
           
 void readObject()
           
 void readObjectMap()
           
 void readObjects()
           
 void readPadding()
           
 void readVariables()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DWGReader

public DWGReader(java.io.File file)
          throws java.io.IOException
Throws:
java.io.IOException
Method Detail

main

public static void main(java.lang.String[] argv)

readHeader

public void readHeader()
                throws java.io.IOException
Throws:
java.io.IOException

readVariables

public void readVariables()
                   throws java.io.IOException
Throws:
java.io.IOException

readClasses

public void readClasses()
                 throws java.io.IOException
Throws:
java.io.IOException

readPadding

public void readPadding()
                 throws java.io.IOException
Throws:
java.io.IOException

readObjects

public void readObjects()
                 throws java.io.IOException
Throws:
java.io.IOException

readObject

public void readObject()
                throws java.io.IOException
Throws:
java.io.IOException

readObjectMap

public void readObjectMap()
                   throws java.io.IOException
Throws:
java.io.IOException