Package javajs.api
Interface GenericCifDataParser
- All Known Implementing Classes:
Cif2DataParser,CifDataParser
public interface GenericCifDataParser
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetAllCifDataType(String... types) intgetColumnData(int i) getColumnName(int i) booleangetData()voidparseDataBlockParameters(String[] fields, String key, String data, int[] key2col, int[] col2key) readLine()set(GenericLineReader reader, BufferedReader br, boolean debugging) skipLoop(boolean doReport)
-
Field Details
-
NONE
static final int NONE- See Also:
-
EMPTY
static final int EMPTY- See Also:
-
-
Method Details
-
getAllCifData
-
getAllCifDataType
-
getData
- Throws:
Exception
-
getColumnName
-
getColumnCount
int getColumnCount() -
getFileHeader
String getFileHeader() -
peekToken
- Throws:
Exception
-
getTokenPeeked
Object getTokenPeeked() -
getColumnData
-
getNextDataToken
- Throws:
Exception
-
getNextToken
- Throws:
Exception
-
parseDataBlockParameters
void parseDataBlockParameters(String[] fields, String key, String data, int[] key2col, int[] col2key) throws Exception - Throws:
Exception
-
readLine
String readLine() -
set
-
toUnicode
-
skipLoop
- Throws:
Exception
-
fixKey
-
skipNextToken
- Throws:
Exception
-