Statistics
| Revision:

svn-gvsig-desktop / trunk / libraries / libDwg / src / com / iver / cit / jdwglib / dwg / readers / objreaders / v1314 / DwgXrecordReader1314.java @ 10091

History | View | Annotate | Download (759 Bytes)

1
/*
2
 * Created on 02-feb-2007 by azabala
3
 *
4
 */
5
package com.iver.cit.jdwglib.dwg.readers.objreaders.v1314;
6

    
7
import com.iver.cit.jdwglib.dwg.CorruptedDwgEntityException;
8
import com.iver.cit.jdwglib.dwg.DwgObject;
9

    
10
/**
11
 * @author alzabord
12
 *
13
 * TODO To change the template for this generated type comment go to
14
 * Window - Preferences - Java - Code Style - Code Templates
15
 */
16
public class DwgXrecordReader1314 extends AbstractDwg1314Reader {
17

    
18
        /* (non-Javadoc)
19
         * @see com.iver.cit.jdwglib.dwg.readers.IDwgObjectReader#readSpecificObj(int[], int, com.iver.cit.jdwglib.dwg.DwgObject)
20
         */
21
        public void readSpecificObj(int[] data, int offset, DwgObject dwgObj)
22
                        throws RuntimeException, CorruptedDwgEntityException {
23
                // TODO Auto-generated method stub
24

    
25
        }
26

    
27
}