org.silverpeas.search.indexEngine.parser.psParser
Class PsParser
java.lang.Object
org.silverpeas.search.indexEngine.parser.PipedParser
org.silverpeas.search.indexEngine.parser.psParser.PsParser
- All Implemented Interfaces:
- Parser
public class PsParser
- extends PipedParser
the psParser parse a postscript file
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PsParser
public PsParser()
outPutContent
public void outPutContent(Writer out,
String path,
String encoding)
throws IOException
- outPutContent read the text content of a ps file and store it in out to be ready to be indexed
- Specified by:
outPutContent
in class PipedParser
- Throws:
IOException
outPutChar
public void outPutChar(Writer out,
BufferedReader buffer)
throws IOException
- read the text content between parses ( and )
- Throws:
IOException
Copyright © 2016 Silverpeas. All Rights Reserved.