public class DBCDATASUSReader extends DBFReader
dataInputStream, inputStreamDEFAULT_CHARSET, END_OF_DATA| Constructor and Description |
|---|
DBCDATASUSReader(InputStream in)
Create a Reader for DBC DATASUS data.
|
DBCDATASUSReader(InputStream in,
boolean showDeletedRows)
Create a Reader for DBC DATASUS data.
|
DBCDATASUSReader(InputStream in,
Charset charset)
Create a Reader for DBC DATASUS data.
|
DBCDATASUSReader(InputStream in,
Charset charset,
boolean showDeletedRows)
Create a Reader for DBC DATASUS data.
|
close, getEstimatedOutputSize, getField, getFieldCount, getFieldValue, getHeader, getLastModificationDate, getRecordCount, isTrimRightSpaces, nextRecord, nextRow, setMemoFile, setMemoFile, setTrimRightSpaces, skip, skipRecords, toStringgetCharactersetName, getCharset, setCharactersetName, setCharsetpublic DBCDATASUSReader(InputStream in)
in - the InputStream where the data is read from.public DBCDATASUSReader(InputStream in, boolean showDeletedRows)
in - the InputStream where the data is read from.showDeletedRows - can be used to identify records that have been deleted.public DBCDATASUSReader(InputStream in, Charset charset)
in - the InputStream where the data is read from.charset - charset used to decode field names and field contents. If null, then is autedetected from dbf filepublic DBCDATASUSReader(InputStream in, Charset charset, boolean showDeletedRows)
in - the InputStream where the data is read from.charset - charset used to decode field names and field contents. If null, then is autedetected from dbf fileshowDeletedRows - can be used to identify records that have been deleted.Copyright © 2020. All rights reserved.