Skip navigation links
C G R V 

C

close() - Method in class com.exponam.api.reader.Reader
Close the Reader when through, allowing underlying resources to be properly released.
com.exponam.api.reader - package com.exponam.api.reader
 

G

getColumnCount(int) - Method in class com.exponam.api.reader.Reader
The number of columns contained in a worksheet.
getColumnName(int, int) - Method in class com.exponam.api.reader.Reader
The name of a given column in a worksheet.
getColumnType(int, int) - Method in class com.exponam.api.reader.Reader
The type of data held in a given column in a worksheet.
getRowCount(int) - Method in class com.exponam.api.reader.Reader
The number of rows contained in a worksheet.
getRowValues(int, int, int, int[], Type[], BiConsumer<Integer, Object[]>) - Method in class com.exponam.api.reader.Reader
This method is recommended for reading large numbers of row-wise data.
getValue(int, int, int, Type) - Method in class com.exponam.api.reader.Reader
A data value held within a .BIG file, at the intersection of a worksheet index, row index, and column index, returned as an instance of desiredClass.
getWorksheetCount() - Method in class com.exponam.api.reader.Reader
The number of worksheets contained in the file.
getWorksheetName(int) - Method in class com.exponam.api.reader.Reader
The name given for a specific worksheet.

R

Reader - Class in com.exponam.api.reader
Reader is the single point of entry for accessing the contents of Exponam .BIG files.
Reader(File, Supplier<String>) - Constructor for class com.exponam.api.reader.Reader
Constructs an object that can read from an Exponam .BIG file.
Reader.ColumnTypes - Enum in com.exponam.api.reader
The types of columns that are supported in a .BIG file

V

valueOf(String) - Static method in enum com.exponam.api.reader.Reader.ColumnTypes
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.exponam.api.reader.Reader.ColumnTypes
Returns an array containing the constants of this enum type, in the order they are declared.
C G R V 
Skip navigation links