com.iver.cit.jdwglib.dwg
Class DwgFileReader

java.lang.Object
  extended bycom.iver.cit.jdwglib.dwg.DwgFileReader
Direct Known Subclasses:
DwgFileV14Reader, DwgFileV15Reader

public class DwgFileReader
extends java.lang.Object

The DwgFileReader reads all the DWG format versions

Author:
jmorell

Constructor Summary
DwgFileReader()
           
 
Method Summary
 void read(DwgFile dwgFile)
          Reads all the DWG format versions
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DwgFileReader

public DwgFileReader()
Method Detail

read

public void read(DwgFile dwgFile)
          throws java.io.IOException
Reads all the DWG format versions

Parameters:
dwgFile - Represents the DWG file that we want to read
Throws:
java.io.IOException - When DWG file path is wrong