Uses of Class
com.univocity.parsers.fixed.FixedWidthWriterSettings

Packages that use FixedWidthWriterSettings
com.univocity.parsers.fixed   
 

Uses of FixedWidthWriterSettings in com.univocity.parsers.fixed
 

Methods in com.univocity.parsers.fixed that return FixedWidthWriterSettings
protected  FixedWidthWriterSettings FixedWidthRoutines.createDefaultWriterSettings()
           
 

Methods in com.univocity.parsers.fixed with parameters of type FixedWidthWriterSettings
protected  FixedWidthWriter FixedWidthRoutines.createWriter(Writer output, FixedWidthWriterSettings writerSettings)
           
protected  void FixedWidthWriter.initialize(FixedWidthWriterSettings settings)
          Initializes the Fixed-Width writer with CSV-specific configuration
 

Constructors in com.univocity.parsers.fixed with parameters of type FixedWidthWriterSettings
FixedWidthRoutines(FixedWidthParserSettings parserSettings, FixedWidthWriterSettings writerSettings)
          Creates a new instance of the Fixed-width routine class.
FixedWidthRoutines(FixedWidthWriterSettings writerSettings)
          Creates a new instance of the Fixed-width routine class.
FixedWidthWriter(File file, Charset encoding, FixedWidthWriterSettings settings)
          The FixedWidthWriter supports all settings provided by FixedWidthWriterSettings, and requires this configuration to be properly initialized.
FixedWidthWriter(File file, FixedWidthWriterSettings settings)
          The FixedWidthWriter supports all settings provided by FixedWidthWriterSettings, and requires this configuration to be properly initialized.
FixedWidthWriter(File file, String encoding, FixedWidthWriterSettings settings)
          The FixedWidthWriter supports all settings provided by FixedWidthWriterSettings, and requires this configuration to be properly initialized.
FixedWidthWriter(FixedWidthWriterSettings settings)
          The FixedWidthWriter supports all settings provided by FixedWidthWriterSettings, and requires this configuration to be properly initialized.
FixedWidthWriter(OutputStream output, Charset encoding, FixedWidthWriterSettings settings)
          The FixedWidthWriter supports all settings provided by FixedWidthWriterSettings, and requires this configuration to be properly initialized.
FixedWidthWriter(OutputStream output, FixedWidthWriterSettings settings)
          The FixedWidthWriter supports all settings provided by FixedWidthWriterSettings, and requires this configuration to be properly initialized.
FixedWidthWriter(OutputStream output, String encoding, FixedWidthWriterSettings settings)
          The FixedWidthWriter supports all settings provided by FixedWidthWriterSettings, and requires this configuration to be properly initialized.
FixedWidthWriter(Writer writer, FixedWidthWriterSettings settings)
          The FixedWidthWriter supports all settings provided by FixedWidthWriterSettings, and requires this configuration to be properly initialized.
 



Copyright © 2016 uniVocity Software Pty Ltd. All rights reserved.