mk.fsgrep.util.output
Class StringOutput

java.lang.Object
  extended by mk.fsgrep.util.output.OutputDestination
      extended by mk.fsgrep.util.output.StringOutput

public class StringOutput
extends OutputDestination

Send output to a string buffer.

Author:
Murali Krishnan

Constructor Summary
StringOutput(java.lang.StringBuffer pBuffer)
           
 
Method Summary
protected  java.lang.StringBuffer getBuffer()
           
 void print(java.lang.String string)
           
 
Methods inherited from class mk.fsgrep.util.output.OutputDestination
close, flush, print, println, println
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringOutput

public StringOutput(java.lang.StringBuffer pBuffer)
Method Detail

getBuffer

protected java.lang.StringBuffer getBuffer()

print

public void print(java.lang.String string)
Specified by:
print in class OutputDestination


Copyright © 2009. All Rights Reserved.