OpenAPI 1.0

Uses of Package
com.aquafold.openapi.io

Packages that use com.aquafold.openapi.io
com.aquafold.openapi   
com.aquafold.openapi.data   
com.aquafold.openapi.io   
com.aquafold.openapi.rdbms   
com.aquafold.openapi.rdbms.schema   
 

Classes in com.aquafold.openapi.io used by com.aquafold.openapi
AQInputOutputFactory
          This inteface provides input/output functionality.
 

Classes in com.aquafold.openapi.io used by com.aquafold.openapi.data
AQDataReader
          A reader which extracts data into a sequence of AQDataRow objects.
 

Classes in com.aquafold.openapi.io used by com.aquafold.openapi.io
AQDataReader
          A reader which extracts data into a sequence of AQDataRow objects.
AQDataWriter
          Interface represents a row-based data stream.
AQExcelReader
          A data reader which facilitates import from Microsoft Excel files.
AQExcelWriter
          This interface facilitates writing Excel spreadsheet files.
AQFileWriter
          An instance of this interface, available via aqua.io.newFileWriter(), can be used to write binary data to a file.
AQFormattedTextReader
          Interface for reading data from plain text sources.
AQFormattedTextWriter
           
AQHtmlWriter
          This interface provides a set of convenient methods for generating HTML output.
AQHttpLogReader
          An object implementing this interface, available via aqua.io.newHttpLogReader(), facilitates reading of Apache web server access log files.
AQTextFileReader
          This interface allows reading row-oriented data from text files.
AQTextFileWriter
          This interface allows writing row-oriented data to text files.
AQTextProcessor
          Provides basic accessor methods for formatting delimited text readers and writers.
AQTextStringReader
          This interface allows writing row-oriented data to java strings.
AQTextStringWriter
          This interface allows writing row-oriented data to an in-memory string.
AQXmlWriter
          This interface allows writing row-oriented data to an XML file.
 

Classes in com.aquafold.openapi.io used by com.aquafold.openapi.rdbms
AQDataReader
          A reader which extracts data into a sequence of AQDataRow objects.
 

Classes in com.aquafold.openapi.io used by com.aquafold.openapi.rdbms.schema
AQTableWriter
          This interface facilitates writing of data rows and a data sets to a database table.
 


OpenAPI 1.0


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