public class AnterosFreeMarkerFileWriter extends FileWriter
| Constructor and Description |
|---|
AnterosFreeMarkerFileWriter(File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(char[] cbuf) |
void |
write(char[] cbuf,
int off,
int len) |
void |
write(int c) |
void |
write(String str) |
void |
write(String str,
int off,
int len) |
close, flush, getEncodingpublic AnterosFreeMarkerFileWriter(File file) throws IOException
IOExceptionpublic void write(String str) throws IOException
write in class WriterIOExceptionpublic void write(char[] cbuf)
throws IOException
write in class WriterIOExceptionpublic void write(char[] cbuf,
int off,
int len)
throws IOException
write in class OutputStreamWriterIOExceptionpublic void write(int c)
throws IOException
write in class OutputStreamWriterIOExceptionpublic void write(String str, int off, int len) throws IOException
write in class OutputStreamWriterIOExceptionCopyright © 2017 Anteros Tecnologia. All rights reserved.