net.sourceforge.plantuml.preproc
Class StartDiagramExtractReader

java.lang.Object
  extended by net.sourceforge.plantuml.preproc.StartDiagramExtractReader

public class StartDiagramExtractReader
extends Object


Constructor Summary
StartDiagramExtractReader(File f, int num)
           
 
Method Summary
 void close()
           
static boolean containsStartDiagram(File f)
           
 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)
                          throws IOException
Throws:
IOException
Method Detail

containsStartDiagram

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

readLine

public String readLine()
                throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.