public class JavaArrayWriter extends IndentPrintWriter implements FinishableOutputStream
out
Constructor and Description |
---|
JavaArrayWriter(Writer out,
String arrayName,
String author) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
finish()
Finishes the current outputstream (compresses, flushes, caluclates CRC)
and writes whatever is left in the buffers, but does not close the
stream.
|
void |
write(int b) |
getIndent, getIndentString, indent, outdent, print, print, print, print, print, print, print, print, print, println, setIndent, setIndentString
public void write(int b)
write
in class PrintWriter
public void finish()
FinishableOutputStream
finish
in interface FinishableOutputStream
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class PrintWriter
Copyright © 2016. All rights reserved.