net.sourceforge.plantuml.preproc
Class StackReadLine

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

public class StackReadLine
extends Object
implements ReadLine


Constructor Summary
StackReadLine(Collection<String> all)
           
 
Method Summary
 void close()
           
 String readLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackReadLine

public StackReadLine(Collection<String> all)
Method Detail

close

public void close()
Specified by:
close in interface Closeable

readLine

public String readLine()
Specified by:
readLine in interface ReadLine


Copyright © 2013. All Rights Reserved.