Skip navigation links
C D G I R S T V W 

C

Column - Class in com.epam.parso
A class to store column metadata.
Column(int, String, String, ColumnFormat, Class<?>, int) - Constructor for class com.epam.parso.Column
The constructor that defines all parameters of the Column class.
ColumnFormat - Class in com.epam.parso
A class to store column format metadata.
ColumnFormat(String, int, int) - Constructor for class com.epam.parso.ColumnFormat
The constructor that defines all parameters of the ColumnFormat class.
ColumnFormat(String) - Constructor for class com.epam.parso.ColumnFormat
The constructor that defines name of the ColumnFormat class.
ColumnMissingInfo - Class in com.epam.parso
A class to store info about column if it's on page type "amd".
ColumnMissingInfo(int, int, int, int, ColumnMissingInfo.MissingInfoType) - Constructor for class com.epam.parso.ColumnMissingInfo
The constructor that defines all parameters of the ColumnMissingInfo class.
ColumnMissingInfo.MissingInfoType - Enum in com.epam.parso
Enumeration of missing information types.
com.epam.parso - package com.epam.parso
 
com.epam.parso.impl - package com.epam.parso.impl
 
CSVDataWriter - Interface in com.epam.parso
Interface for exporting data from sas7bdat file to csv.
CSVDataWriterImpl - Class in com.epam.parso.impl
This is a class to export the sas7bdat file data into the CSV format.
CSVDataWriterImpl(Writer) - Constructor for class com.epam.parso.impl.CSVDataWriterImpl
The constructor that defines writer variable to output result csv file.
CSVDataWriterImpl(Writer, String) - Constructor for class com.epam.parso.impl.CSVDataWriterImpl
The constructor that defines writer variable to output result csv file with selected delimiter.
CSVDataWriterImpl(Writer, String, String) - Constructor for class com.epam.parso.impl.CSVDataWriterImpl
The constructor that defines writer variable to output result csv file with selected delimiter and endline.
CSVDataWriterImpl(Writer, String, String, Locale) - Constructor for class com.epam.parso.impl.CSVDataWriterImpl
The constructor that defines writer variable to output result csv file with selected delimiter, endline and locale.
CSVMetadataWriter - Interface in com.epam.parso
Interface for exporting metadata from sas7bdat file to csv.
CSVMetadataWriterImpl - Class in com.epam.parso.impl
This is a class to export the sas7bdat file metadata into the CSV format.
CSVMetadataWriterImpl(Writer) - Constructor for class com.epam.parso.impl.CSVMetadataWriterImpl
The constructor that defines writer variable to output result csv file.
CSVMetadataWriterImpl(Writer, String) - Constructor for class com.epam.parso.impl.CSVMetadataWriterImpl
The constructor that defines writer variable to output result csv file with selected delimiter.
CSVMetadataWriterImpl(Writer, String, String) - Constructor for class com.epam.parso.impl.CSVMetadataWriterImpl
The constructor that defines writer variable to output result csv file with selected delimiter and endline.

D

DataWriterUtil - Class in com.epam.parso
A helper class to allow re-use formatted values from sas7bdat file.

G

getColumnId() - Method in class com.epam.parso.ColumnMissingInfo
The function to get ColumnMissingInfo.columnId.
getColumns() - Method in class com.epam.parso.impl.SasFileReaderImpl
The function to get the Column list from SasFileParser.
getColumns(List<String>) - Method in class com.epam.parso.impl.SasFileReaderImpl
The function to get the Column list from SasFileReader according to the columnNames.
getColumns() - Method in interface com.epam.parso.SasFileReader
The function to get the Column list from SasFileReader.
getColumns(List<String>) - Method in interface com.epam.parso.SasFileReader
The function to get the Column list from SasFileReader according to the columnNames.
getColumnsCount() - Method in class com.epam.parso.SasFileProperties
The function to get columnsCount.
getCompressionMethod() - Method in class com.epam.parso.SasFileProperties
Getter for the compression method.
getDateCreated() - Method in class com.epam.parso.SasFileProperties
The function to get dateCreated.
getDateModified() - Method in class com.epam.parso.SasFileProperties
The function to get dateModified.
getEncoding() - Method in class com.epam.parso.SasFileProperties
The function to get encoding.
getEndianness() - Method in class com.epam.parso.SasFileProperties
The function to get endianness.
getFileLabel() - Method in class com.epam.parso.SasFileProperties
The function to get fileLabel.
getFileType() - Method in class com.epam.parso.SasFileProperties
The function to get fileType.
getFormat() - Method in class com.epam.parso.Column
The function to get Column.format.
getHeaderLength() - Method in class com.epam.parso.SasFileProperties
The function to get headerLength.
getId() - Method in class com.epam.parso.Column
The function to get Column.id.
getLabel() - Method in class com.epam.parso.Column
The function to get Column.label.
getLength() - Method in class com.epam.parso.Column
The function to get Column.length.
getLength() - Method in class com.epam.parso.ColumnMissingInfo
The function to get ColumnMissingInfo.length.
getMissingInfoType() - Method in class com.epam.parso.ColumnMissingInfo
getMixPageRowCount() - Method in class com.epam.parso.SasFileProperties
The function to get mixPageRowCount.
getName() - Method in class com.epam.parso.Column
The function to get Column.name.
getName() - Method in class com.epam.parso.ColumnFormat
The function to get ColumnFormat.name.
getName() - Method in class com.epam.parso.SasFileProperties
The function to get name.
getOffset() - Method in class com.epam.parso.ColumnMissingInfo
The function to get ColumnMissingInfo.offset.
getOsName() - Method in class com.epam.parso.SasFileProperties
The function to get osName.
getOsType() - Method in class com.epam.parso.SasFileProperties
The function to get osType.
getPageCount() - Method in class com.epam.parso.SasFileProperties
The function to get pageCount.
getPageLength() - Method in class com.epam.parso.SasFileProperties
The function to get pageLength.
getPrecision() - Method in class com.epam.parso.ColumnFormat
The function to get ColumnFormat.precision.
getRowCount() - Method in class com.epam.parso.SasFileProperties
The function to get rowCount.
getRowLength() - Method in class com.epam.parso.SasFileProperties
The function to get rowLength.
getRowValues(List<Column>, Object[], Locale, Map<Integer, Format>) - Static method in class com.epam.parso.DataWriterUtil
The method to convert the Objects array that stores data from the sas7bdat file to list of string.
getRowValues(List<Column>, Object[], Map<Integer, Format>) - Static method in class com.epam.parso.DataWriterUtil
The method to convert the Objects array that stores data from the sas7bdat file to list of string.
getSasFileProperties() - Method in class com.epam.parso.impl.SasFileReaderImpl
The function to get sas file properties.
getSasFileProperties() - Method in interface com.epam.parso.SasFileReader
The function to get sas file properties.
getSasRelease() - Method in class com.epam.parso.SasFileProperties
The function to get sasRelease.
getServerType() - Method in class com.epam.parso.SasFileProperties
The function to get serverType.
getSessionEncoding() - Method in class com.epam.parso.SasFileProperties
The function to get session encoding.
getTextSubheaderIndex() - Method in class com.epam.parso.ColumnMissingInfo
getType() - Method in class com.epam.parso.Column
The function to get Column.type.
getValue(Column, Object, Locale, Map<Integer, Format>) - Static method in class com.epam.parso.DataWriterUtil
The method to convert the Object that stores data from the sas7bdat file cell to string.
getWidth() - Method in class com.epam.parso.ColumnFormat
The function to get ColumnFormat.width.

I

isCompressed() - Method in class com.epam.parso.SasFileProperties
 
isEmpty() - Method in class com.epam.parso.ColumnFormat
Returns true if there are no information about column format, otherwise false.
isU64() - Method in class com.epam.parso.SasFileProperties
The function to get u64.

R

readAll(List<String>) - Method in class com.epam.parso.impl.SasFileReaderImpl
Reads all rows from the sas7bdat file.
readAll() - Method in class com.epam.parso.impl.SasFileReaderImpl
Reads all rows from the sas7bdat file.
readAll() - Method in interface com.epam.parso.SasFileReader
Reads all rows from the sas7bdat file.
readAll(List<String>) - Method in interface com.epam.parso.SasFileReader
Reads all rows from the sas7bdat file.
readNext() - Method in class com.epam.parso.impl.SasFileReaderImpl
Reads all rows from the sas7bdat file.
readNext(List<String>) - Method in class com.epam.parso.impl.SasFileReaderImpl
Reads all rows from the sas7bdat file.
readNext() - Method in interface com.epam.parso.SasFileReader
Reads rows one by one from the sas7bdat file.
readNext(List<String>) - Method in interface com.epam.parso.SasFileReader
Reads rows one by one from the sas7bdat file.

S

SasFileParser - Class in com.epam.parso.impl
This is a class that parses sas7bdat files.
SasFileProperties - Class in com.epam.parso
A class to store all the sas7bdat file metadata.
SasFileProperties() - Constructor for class com.epam.parso.SasFileProperties
SasFileProperties constructor which create class variable.
SasFileReader - Interface in com.epam.parso
Main interface for working with library.
SasFileReaderImpl - Class in com.epam.parso.impl
A class to read sas7bdat files transferred to the input stream and then to get metadata and file data.
SasFileReaderImpl(InputStream) - Constructor for class com.epam.parso.impl.SasFileReaderImpl
Builds an object of the SasFileReaderImpl class from the file contained in the input stream.
SasFileReaderImpl(InputStream, String) - Constructor for class com.epam.parso.impl.SasFileReaderImpl
Builds an object of the SasFileReaderImpl class from the file contained in the input stream with the encoding defined in the 'encoding' variable.
SasFileReaderImpl(InputStream, Boolean) - Constructor for class com.epam.parso.impl.SasFileReaderImpl
Builds an object of the SasFileReaderImpl class from the file contained in the input stream with a flag of the binary or string format of the data output.
setColumnsCount(long) - Method in class com.epam.parso.SasFileProperties
The method to specify columnsCount.
setCompressionMethod(String) - Method in class com.epam.parso.SasFileProperties
The method to specify compressed.
setDateCreated(Date) - Method in class com.epam.parso.SasFileProperties
The method to specify dateCreated.
setDateModified(Date) - Method in class com.epam.parso.SasFileProperties
The method to specify dateModified.
setEncoding(String) - Method in class com.epam.parso.SasFileProperties
The method to specify encoding.
setEndianness(int) - Method in class com.epam.parso.SasFileProperties
The method to specify endianness.
setFileLabel(String) - Method in class com.epam.parso.SasFileProperties
The method to specify fileLabel.
setFileType(String) - Method in class com.epam.parso.SasFileProperties
The method to specify fileType.
setFormat(ColumnFormat) - Method in class com.epam.parso.Column
The function to set column format.
setHeaderLength(int) - Method in class com.epam.parso.SasFileProperties
The method to specify headerLength.
setLabel(String) - Method in class com.epam.parso.Column
The function to set column label.
setMixPageRowCount(long) - Method in class com.epam.parso.SasFileProperties
The method to specify mixPageRowCount.
setName(String) - Method in class com.epam.parso.Column
The function to set column name.
setName(String) - Method in class com.epam.parso.SasFileProperties
The method to specify name.
setOsName(String) - Method in class com.epam.parso.SasFileProperties
The method to specify osName.
setOsType(String) - Method in class com.epam.parso.SasFileProperties
The method to specify osType.
setPageCount(long) - Method in class com.epam.parso.SasFileProperties
The method to specify pageCount.
setPageLength(int) - Method in class com.epam.parso.SasFileProperties
The method to specify pageLength.
setRowCount(long) - Method in class com.epam.parso.SasFileProperties
The method to specify rowCount.
setRowLength(long) - Method in class com.epam.parso.SasFileProperties
The method to specify rowLength.
setSasRelease(String) - Method in class com.epam.parso.SasFileProperties
The method to specify sasRelease.
setServerType(String) - Method in class com.epam.parso.SasFileProperties
The method to specify serverType.
setSessionEncoding(String) - Method in class com.epam.parso.SasFileProperties
The method to specify session encoding.
setU64(boolean) - Method in class com.epam.parso.SasFileProperties
The method to specify u64.

T

toString() - Method in class com.epam.parso.ColumnFormat
The function to ColumnFormat class string representation.

V

valueOf(String) - Static method in enum com.epam.parso.ColumnMissingInfo.MissingInfoType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.epam.parso.ColumnMissingInfo.MissingInfoType
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeColumnNames(List<Column>) - Method in interface com.epam.parso.CSVDataWriter
The method to output the column names using the delimiter using writer.
writeColumnNames(List<Column>) - Method in class com.epam.parso.impl.CSVDataWriterImpl
The method to output the column names using the AbstractCSVWriter.delimiter delimiter using AbstractCSVWriter.writer.
writeMetadata(List<Column>) - Method in interface com.epam.parso.CSVMetadataWriter
The method to export a parsed sas7bdat file metadata using writer.
writeMetadata(List<Column>) - Method in class com.epam.parso.impl.CSVMetadataWriterImpl
The method to export a parsed sas7bdat file metadata (stored as an object of the SasFileReaderImpl class) using AbstractCSVWriter.writer.
writeRow(List<Column>, Object[]) - Method in interface com.epam.parso.CSVDataWriter
The method to export a row from sas7bdat file (stored as an object of the SasFileReaderImpl class) using writer.
writeRow(List<Column>, Object[]) - Method in class com.epam.parso.impl.CSVDataWriterImpl
The method to export a row from sas7bdat file (stored as an object of the SasFileReaderImpl class) using AbstractCSVWriter.writer.
writeRowsArray(List<Column>, Object[][]) - Method in interface com.epam.parso.CSVDataWriter
The method to export a parsed sas7bdat file (stored as an object of the SasFileReaderImpl class) using writer.
writeRowsArray(List<Column>, Object[][]) - Method in class com.epam.parso.impl.CSVDataWriterImpl
The method to export a parsed sas7bdat file (stored as an object of the SasFileReaderImpl class) using AbstractCSVWriter.writer.
writeSasFileProperties(SasFileProperties) - Method in interface com.epam.parso.CSVMetadataWriter
The method to output the sas7bdat file properties.
writeSasFileProperties(SasFileProperties) - Method in class com.epam.parso.impl.CSVMetadataWriterImpl
The method to output the sas7bdat file properties.
C D G I R S T V W 
Skip navigation links

Copyright © 2019. All rights reserved.