public class DxfReader
extends java.lang.Object
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.
| Constructor and Description |
|---|
DxfReader(java.io.Reader innie,
DxfGroupActor groupActor) |
| Modifier and Type | Method and Description |
|---|---|
void |
readAll() |
void |
readAllAlt() |
public DxfReader(java.io.Reader innie,
DxfGroupActor groupActor)