Interface WriterOptions

All Superinterfaces:
Cloneable
All Known Implementing Classes:
AbstractWriterOptions

@Deprecated(since="2021-07-29") public interface WriterOptions extends Cloneable
Deprecated.
  • Method Details

    • getCompressionCodecs

      CompressionUtil.CompressionCodec[] getCompressionCodecs()
      Deprecated.
      When writing, use the specified compression codecs
    • setCompressionCodecs

      WriterOptions setCompressionCodecs(CompressionUtil.CompressionCodec... codecs)
      Deprecated.
      When writing, use the specified compression codecs
    • clone

      Deprecated.
      Throws:
      CloneNotSupportedException
    • getCharset

      String getCharset()
      Deprecated.
      The character encoding to use for the output
    • setCharset

      WriterOptions setCharset(String charset)
      Deprecated.
      The character encoding to use for the output
    • getAutoClose

      boolean getAutoClose()
      Deprecated.
      True if the writer should close the output stream or writer when finished
    • setAutoClose

      WriterOptions setAutoClose(boolean autoclose)
      Deprecated.
      True if the writer should close the output stream or writer when finished