Revision 9926 trunk/libraries/libDwg/src/com/iver/cit/jdwglib/dwg/readers/IDwgObjectReader.java

View differences:

IDwgObjectReader.java
25 25
	
26 26
	/**
27 27
	 * Reads the specific part of the dwg object
28
	 * @throws Exception 
28 29
	 * */
29
	public void readSpecificObj(int[] data, int offset, DwgObject dwgObj);
30
	public void readSpecificObj(int[] data, int offset, DwgObject dwgObj) throws Exception;
30 31
	/**
31 32
	 * Sets the fileReader (wich has the responsability of read
32 33
	 * head and tail of a dwg object)

Also available in: Unified diff