com.googlecode.jpattern.core.textfiles
Class NullFileWriter

java.lang.Object
  extended by com.googlecode.jpattern.core.textfiles.NullFileWriter
All Implemented Interfaces:
IFileWriter, Serializable

public class NullFileWriter
extends Object
implements IFileWriter

Author:
Francesco Cina' 11/giu/2010
See Also:
Serialized Form

Constructor Summary
NullFileWriter()
           
 
Method Summary
 boolean close()
           
 boolean println(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullFileWriter

public NullFileWriter()
Method Detail

close

public boolean close()
Specified by:
close in interface IFileWriter

println

public boolean println(String text)
Specified by:
println in interface IFileWriter


Copyright © 2011. All Rights Reserved.