com.partnersoft.formats.dxf
Class DxfReader

java.lang.Object
  extended by com.partnersoft.formats.dxf.DxfReader

public class DxfReader
extends java.lang.Object

Low-level reader for DXF files.

This reader is designed to parse raw groups from a DXF file as efficiently as possible. Rather than create objects needlessly, it steps through the file, only parsing the group codes and doing "just in time" parsing of values to various datatypes as needed.

Copyright 2000-2006 Partner Software, Inc.

Version:
$Id: DxfReader.java 1012 2007-11-24 18:30:02Z paul $
Author:
Paul Reavis

Constructor Summary
DxfReader(java.io.Reader innie, DxfGroupActor groupActor)
           
 
Method Summary
 void readAll()
           
 void readAllAlt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DxfReader

public DxfReader(java.io.Reader innie,
                 DxfGroupActor groupActor)
Method Detail

readAll

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

readAllAlt

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