Package edu.cmu.tetrad.util
Interface TetradLogger.LogDisplayOutputStream
- Enclosing class:
- TetradLogger
public static interface TetradLogger.LogDisplayOutputStream
Represents an output stream that can get its own length.
- 
Method SummaryModifier and TypeMethodDescriptionintThe total string length written to the text area.voidShould move the log to the end of the stream.
- 
Method Details- 
getLengthWrittenint getLengthWritten()The total string length written to the text area.- Returns:
- The total string length written to the text area.
 
- 
moveToEndvoid moveToEnd()Should move the log to the end of the stream.
 
-