util api

com.raghuraman.util
Class TextFileWriter

java.lang.Object
  extended bycom.raghuraman.util.TextFileWriter

public class TextFileWriter
extends java.lang.Object

Author:
R.Raghuraman

Field Summary
private  java.io.File file
           
 
Constructor Summary
TextFileWriter(java.io.File file)
           
 
Method Summary
 void write(java.lang.String content)
           
 void write(java.lang.StringBuffer content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

private java.io.File file
Constructor Detail

TextFileWriter

public TextFileWriter(java.io.File file)
Parameters:
file -
Method Detail

write

public void write(java.lang.StringBuffer content)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(java.lang.String content)
           throws java.io.IOException
Throws:
java.io.IOException

jxpress

Copyright © 2004 R.Raghuraman. Distributable under LGPL license.