public class ADFWriter extends Writer
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
void | 
flush()  | 
void | 
write(ADF adf)
Writes out the ADF to the underlying writer, without printing any stdout. 
 | 
void | 
write(ADF adf,
     boolean printStdout)
Writes out the ADF to the underlying, specifying whether to convert information about progress to standard out. 
 | 
void | 
write(char[] cbuf,
     int off,
     int len)  | 
public ADFWriter(Writer writer)
public void write(char[] cbuf,
         int off,
         int len)
           throws IOException
write in class WriterIOExceptionpublic void flush()
           throws IOException
flush in interface Flushableflush in class WriterIOExceptionpublic void close()
           throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class WriterIOExceptionpublic void write(ADF adf) throws IOException
writeADF(adf, writer, false)adf - the ADF to convertIOException - if the writer refused to accept bytes, or the ADF was formatted in such a way as to make
                     writing impossiblepublic void write(ADF adf, boolean printStdout) throws IOException
adf - the ADF to convertprintStdout - whether or not to print progress information to standard outIOException - if the writer refused to accept bytes, or the ADF was formatted in such a way as to make
                     writing impossibleCopyright © 2014. All rights reserved.