public class SmartWriter extends Writer
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
Constructor and Description |
---|
SmartWriter(JavaFileObject f,
String s,
String n,
PrintWriter pw) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
write(char[] chars,
int i,
int i1) |
public SmartWriter(JavaFileObject f, String s, String n, PrintWriter pw)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Writer
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class Writer
IOException
Copyright © 2017 earcam. All rights reserved.