Web API

DataReader

Other API in Package

User

Internal Tunnel

Tunnel

List of Classes

WebController

AjaxResponse

AnalyticDataViewFilter

Archive

ArchiveManager

AreaChart

Attachment

AudioFile

BarChart

BillingEngine

BillingEvent

Browser

Buffer

BusinessUtil

CacheManager

Cell

CellFilter

Chart

ChartSharedSettings

ChartTool

Chunk

ConsoleManager

ConsoleResponse

Cube

Data

DataList

DataListFilter

DataReader

DataRecord

DataSet

DataSetRecord

DataSetResult

DataView

DataViewBuilder

DataViewCriteria

DataViewFilter

DataViewList

DataViewRecord

DatasetFile

DateUtil

DisplaySettings

Document

DocumentFile

DownloadResponse

Email

EncryptionUtil

Enterprise

EnterpriseInfo

ExcelFile

File

FileBuffer

Formatter

Fragment

GeoUtil

GroupConcat

ImageFile

Inspector

JSONBuffer

JSONParser

Job

JobManager

LineChart

LockManager

Logger

MailBox

MailBoxList

MailMessage

MailResponse

Message

MessageManager

Modules

Monitor

NavigatorResponse

PWA

Packet

PacketDataList

PacketDataRecord

Page

PagingInfo

Pal

PalActivationKeyInfo

PalInfo

Payload

PdfFile

PieChart

Pin

Profile

ProfileInfo

ProfilePacket

ProfilePalManager

ProfileTxManager

QRUtil

Render

Request

Response

Role

RuntimePal

SSOToken

SafeBox

ScatterPlotChart

ServiceRequest

ServiceResponse

ShellPal

ShellPalManager

SignSettings

SiteBuilder

Slice

SmartDoc

SmartDocManager

Socket

SocketResponse

StorageProvider

StorageProviderDataList

StoredObject

SystemDataView

SystemDataViewFilter

Tag

TagFilter

TagManager

TextEmail

TextMessage

TiffBuilder

TransactionPacket

Tunnel

TunnelResult

UnknownFile

VCardFile

Validator

ValidityCheck

Wizard

XMLReader

ZoneAccess

Used for reading data from an Excel or CSV file one row at a time. This is useful when reading a large data file.

Method Summary
  closeReader()

Closes the reader and releases resources.

String[] getColumns()

Returns the column names obtained from the first line in the file.

  moveTo(int line)

Advances the reader to the specified record. This can be called only forward. Line 0 is the field names. Data records start at line 1.

Data readData()

Reads the next line of data. Returns null if there are no more rows to read.

String toString()

Returns a description of this object.

Method Detail


closeReader()

Closes the reader and releases resources.

Since: 11-20-2019

top

String[] getColumns()

Returns the column names obtained from the first line in the file.

Returns:  String[]

Since: 06-20-2020

top

moveTo(int line)

Advances the reader to the specified record. This can be called only forward. Line 0 is the field names. Data records start at line 1.

Parameters:

  • int   line

Since: 11-20-2019

top

Data readData()

Reads the next line of data. Returns null if there are no more rows to read.

Returns:  Data

Since: 11-20-2019

top

String toString()

Returns a description of this object.

Returns:  String

Since: 11-20-2019

top
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. API Date: May 01, 2024 05:15 AM