Class DwgFileReader
- java.lang.Object
-
- org.hortonmachine.gears.io.dxfdwg.libs.dwg.DwgFileReader
-
- Direct Known Subclasses:
DwgFileV14Reader,DwgFileV15Reader
public class DwgFileReader extends Object
The DwgFileReader reads all the DWG format versions- Author:
- jmorell
-
-
Constructor Summary
Constructors Constructor Description DwgFileReader()
-
-
-
Method Detail
-
read
public void read(DwgFile dwgFile) throws IOException
Reads all the DWG format versions- Parameters:
dwgFile- Represents the DWG file that we want to read- Throws:
IOException- When DWG file path is wrong
-
-