|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.Writer java.io.PrintWriter net.sf.fikin.ant.types.DelimitedPrintWriter
public class DelimitedPrintWriter
Provides with delimiter interface if the underlying writer of is
of type DelimitedBufferedWriter
.
created on Jan 6, 2007
Field Summary |
---|
Fields inherited from class java.io.PrintWriter |
---|
out |
Fields inherited from class java.io.Writer |
---|
lock |
Constructor Summary | |
---|---|
DelimitedPrintWriter(java.io.File file)
|
|
DelimitedPrintWriter(java.io.File file,
java.lang.String csn)
|
|
DelimitedPrintWriter(java.io.OutputStream out)
|
|
DelimitedPrintWriter(java.io.OutputStream out,
boolean autoFlush)
|
|
DelimitedPrintWriter(java.lang.String fileName)
|
|
DelimitedPrintWriter(java.lang.String fileName,
java.lang.String csn)
|
|
DelimitedPrintWriter(java.io.Writer out)
|
|
DelimitedPrintWriter(java.io.Writer out,
boolean autoFlush)
|
Method Summary | |
---|---|
java.lang.String |
getDelimiter()
get assigned delimiter if assigned writer object if of instance DelimitedBufferedWriter |
Methods inherited from class java.io.PrintWriter |
---|
append, append, append, checkError, close, flush, format, format, print, print, print, print, print, print, print, print, print, printf, printf, println, println, println, println, println, println, println, println, println, println, setError, write, write, write, write, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DelimitedPrintWriter(java.io.Writer out)
public DelimitedPrintWriter(java.io.Writer out, boolean autoFlush)
public DelimitedPrintWriter(java.io.OutputStream out)
public DelimitedPrintWriter(java.io.OutputStream out, boolean autoFlush)
public DelimitedPrintWriter(java.lang.String fileName) throws java.io.FileNotFoundException
java.io.FileNotFoundException
public DelimitedPrintWriter(java.lang.String fileName, java.lang.String csn) throws java.io.FileNotFoundException, java.io.UnsupportedEncodingException
java.io.FileNotFoundException
java.io.UnsupportedEncodingException
public DelimitedPrintWriter(java.io.File file) throws java.io.FileNotFoundException
java.io.FileNotFoundException
public DelimitedPrintWriter(java.io.File file, java.lang.String csn) throws java.io.FileNotFoundException, java.io.UnsupportedEncodingException
java.io.FileNotFoundException
java.io.UnsupportedEncodingException
Method Detail |
---|
public java.lang.String getDelimiter()
DelimitedBufferedWriter
DelimitedBufferedWriter.getDelimiter()
or null if
assigned writer object is not of such class instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |