- 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.
- getColumnId() - Method in class com.epam.parso.ColumnMissingInfo
-
- getColumns() - Method in class com.epam.parso.impl.SasFileReaderImpl
-
- getColumns(List<String>) - Method in class com.epam.parso.impl.SasFileReaderImpl
-
- getColumns() - Method in interface com.epam.parso.SasFileReader
-
- getColumns(List<String>) - Method in interface com.epam.parso.SasFileReader
-
- 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
-
- getHeaderLength() - Method in class com.epam.parso.SasFileProperties
-
The function to get headerLength.
- getId() - Method in class com.epam.parso.Column
-
- getLabel() - Method in class com.epam.parso.Column
-
- getLength() - Method in class com.epam.parso.Column
-
- getLength() - Method in class com.epam.parso.ColumnMissingInfo
-
- 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
-
- getName() - Method in class com.epam.parso.ColumnFormat
-
- getName() - Method in class com.epam.parso.SasFileProperties
-
The function to get name.
- getOffset() - Method in class com.epam.parso.ColumnMissingInfo
-
- 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
-
- 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
-
- 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
-
- 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.