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