OpenAPI 1.0

com.aquafold.openapi.io
Interface AQTextStringReader

All Superinterfaces:
AQDataReader, AQFormattedTextReader, AQTextProcessor, Closeable

public interface AQTextStringReader
extends AQTextProcessor, AQFormattedTextReader

This interface allows writing row-oriented data to java strings.


Method Summary
 void setInputString(String input)
          Sets the input string.
 
Methods inherited from interface com.aquafold.openapi.io.AQTextProcessor
setCellDelimiter, setCloseDateQuoteIdentifier, setColumnWidth, setDateFormat, setDateFormat, setDateQuoteIdentifier, setFirstLineContainsColumnNames, setNullString, setNumberFormat, setNumberFormat, setOpenDateQuoteIdentifier, setQuoteIdentifier, setQuoteIdentifier
 
Methods inherited from interface com.aquafold.openapi.io.AQFormattedTextReader
read, setColumnNames
 
Methods inherited from interface com.aquafold.openapi.io.AQDataReader
close, getColumnStructure, readNextRow
 

Method Detail

setInputString

void setInputString(String input)
Sets the input string.

Parameters:
input - Input string.

OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.