net.sourceforge.plantuml.preproc
Class StartDiagramExtractReader

java.lang.Object
  extended by net.sourceforge.plantuml.preproc.StartDiagramExtractReader
All Implemented Interfaces:
Closeable, ReadLine

public class StartDiagramExtractReader
extends Object
implements ReadLine


Constructor Summary
StartDiagramExtractReader(File f, int num, String charset)
           
 
Method Summary
 void close()
           
static boolean containsStartDiagram(File f, String charset)
           
 String readLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartDiagramExtractReader

public StartDiagramExtractReader(File f,
                                 int num,
                                 String charset)
                          throws IOException
Throws:
IOException
Method Detail

containsStartDiagram

public static boolean containsStartDiagram(File f,
                                           String charset)
                                    throws IOException
Throws:
IOException

readLine

public String readLine()
                throws IOException
Specified by:
readLine in interface ReadLine
Throws:
IOException

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Throws:
IOException


Copyright © 2014. All Rights Reserved.