, com.ysystems.ycad.lib.yxxf.Yxxf.
-:
File flname = new File(filename);
:
BufferedInputStream is = null;
:
is = new BufferedInputStream(new FileInputStream(flname ));
Yxxf:
Yxxf dxfDrawing = new Yxxf();
YdxfGetBuffer:
YdxfGetBuffer buffStream = new YdxfGetBuffer();
:
int typ = YdxfGetBuffer.GET_TYPE_MAIN;
buffStream .setInput(typ, in, drawing);
YdxfGet.get(buffStream );
, , .