|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WriterOptions
| Method Summary | |
|---|---|
Object |
clone()
|
boolean |
getAutoClose()
True if the writer should close the output stream or writer when finished |
String |
getCharset()
The character encoding to use for the output |
CompressionUtil.CompressionCodec[] |
getCompressionCodecs()
When writing, use the specified compression codecs |
WriterOptions |
setAutoClose(boolean autoclose)
True if the writer should close the output stream or writer when finished |
WriterOptions |
setCharset(String charset)
The character encoding to use for the output |
WriterOptions |
setCompressionCodecs(CompressionUtil.CompressionCodec... codecs)
When writing, use the specified compression codecs |
| Method Detail |
|---|
CompressionUtil.CompressionCodec[] getCompressionCodecs()
WriterOptions setCompressionCodecs(CompressionUtil.CompressionCodec... codecs)
Object clone()
throws CloneNotSupportedException
CloneNotSupportedExceptionString getCharset()
WriterOptions setCharset(String charset)
boolean getAutoClose()
WriterOptions setAutoClose(boolean autoclose)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||