com.sap.ip.me.api.services
Class BufferedUTF8Writer
java.lang.Object
java.io.Writer
java.io.BufferedWriter
com.sap.ip.me.api.services.BufferedUTF8Writer
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable, java.lang.Appendable
public class BufferedUTF8Writer
- extends java.io.BufferedWriter
- Author:
- d029019
To change this generated comment edit the template variable "typecomment":
Window>Preferences>Java>Templates.
To enable and disable the creation of type comments go to
Window>Preferences>Java>Code Generation.
| Fields inherited from class java.io.Writer |
lock |
| Methods inherited from class java.io.BufferedWriter |
close, flush, newLine, write, write, write |
| Methods inherited from class java.io.Writer |
append, append, append, write, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BufferedUTF8Writer
public BufferedUTF8Writer(java.io.File fileToBeWritten,
int buffersize)
throws java.io.IOException
- Throws:
java.io.IOException
BufferedUTF8Writer
public BufferedUTF8Writer(java.lang.String fileToBeWritten,
int buffersize)
throws java.io.IOException
- Throws:
java.io.IOException
BufferedUTF8Writer
public BufferedUTF8Writer(java.io.File fileToBeWritten,
int buffersize,
boolean append)
throws java.io.IOException
- Throws:
java.io.IOException
BufferedUTF8Writer
public BufferedUTF8Writer(java.lang.String fileToBeWritten,
int buffersize,
boolean append)
throws java.io.IOException
- Throws:
java.io.IOException
BufferedUTF8Writer
public BufferedUTF8Writer(java.io.File fileToBeWritten)
throws java.io.IOException
- Throws:
java.io.IOException
BufferedUTF8Writer
public BufferedUTF8Writer(java.lang.String fileToBeWritten)
throws java.io.IOException
- Throws:
java.io.IOException
BufferedUTF8Writer
public BufferedUTF8Writer(java.io.File fileToBeWritten,
boolean append)
throws java.io.IOException
- Throws:
java.io.IOException
BufferedUTF8Writer
public BufferedUTF8Writer(java.lang.String fileToBeWritten,
boolean append)
throws java.io.IOException
- Throws:
java.io.IOException