http://www.jpicedt.org

jpicedt.graphic.io.parser
Interface ExtractionParsing

All Superinterfaces:
Parser
All Known Implementing Classes:
DefaultParser, DXFParser, JPICParser, JPICXmlParser

public interface ExtractionParsing
extends Parser

Interface pour extraire et analyser un dessin codé depuis un fichier. l'extraction permet de détecter le format du fichier et d'extraire la partie du fichier où se trouve le dessin codé, alors que l'analyse construit un dessin (Drawing) à partir de la partie extraite.

Since:
jPicEdt 1.6
Author:
Vincent Belaïche

Method Summary
 ParsedDrawing extractAndParse(Reader reader)
           
 
Methods inherited from interface jpicedt.graphic.io.parser.Parser
parse, parse
 

Method Detail

extractAndParse

ParsedDrawing extractAndParse(Reader reader)
                              throws ParserException
Throws:
ParserException

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org