Package hdi.edi.parser
Class IsaParser
java.lang.Object
hdi.edi.parser.IsaParser
- All Implemented Interfaces:
 hdi.util.Loggers
- 
Field Summary
FieldsFields inherited from interface hdi.util.Loggers
ediLogger, ediParsingIssuesLogger, feedbackLogger - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic EdiSeparatorsattemptToParseISA(Reader reader) static EdiSeparatorsattemptToParseISAV5andV4(Reader reader) static booleanprobeForEdiDelimiter(Reader reader, int nChars, EdiSeparators ediSeparators)  
- 
Field Details
- 
ISA_V5_SAMPLE
- See Also:
 
 - 
ISA_NUMBER_OF_ELEMENTS
public static final int ISA_NUMBER_OF_ELEMENTS- See Also:
 
 - 
REPETITION_SEPARATOR_POS
public static final int REPETITION_SEPARATOR_POS- See Also:
 
 
 - 
 - 
Constructor Details
- 
IsaParser
public IsaParser() 
 - 
 - 
Method Details
- 
attemptToParseISA
- Throws:
 IOException
 - 
attemptToParseISAV5andV4
- Throws:
 IOException
 - 
probeForEdiDelimiter
public static boolean probeForEdiDelimiter(Reader reader, int nChars, EdiSeparators ediSeparators) throws IOException - Throws:
 IOException
 
 -