net.sourceforge.plantuml.preproc
Class StartDiagramExtractReader

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

public class StartDiagramExtractReader
extends java.lang.Object


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

containsStartDiagram

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

readLine

public java.lang.String readLine()
                          throws java.io.IOException
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2012. All Rights Reserved.