com.partnersoft.io.formats.dwg
Class DWGObjectStructure

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

public class DWGObjectStructure
extends java.lang.Object
implements DWGConstants

Describes the fields in a single object type.

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
DWGObjectStructure(int code)
           
 
Method Summary
 void addField(int type, java.lang.String name)
           
 void readFields(DWGBitReader reader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DWGObjectStructure

public DWGObjectStructure(int code)
Method Detail

addField

public void addField(int type,
                     java.lang.String name)

readFields

public void readFields(DWGBitReader reader)
                throws java.io.IOException
Throws:
java.io.IOException