Package org.biojava.bio.program.abi
Class ABIFParser.TaggedDataRecord
java.lang.Object
org.biojava.bio.program.abi.ABIFParser.TaggedDataRecord
- Enclosing class:
- ABIFParser
An aggregate immutable type for an ABIF tagged data record. See the
Tibbets paper (referenced in the javadoc for
ABIFParser) for
more information.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal longstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intfinal longfinal intfinal intfinal booleanfinal longfinal byte[]final longfinal char[]final long -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new TaggedDataRecord from the next 28 bytes ofdin. -
Method Summary
-
Field Details
-
DATA_TYPE_ASCII_ARRAY
- See Also:
-
DATA_TYPE_INTEGER
- See Also:
-
DATA_TYPE_FLOAT
- See Also:
-
DATA_TYPE_DATE
- See Also:
-
DATA_TYPE_TIME
- See Also:
-
DATA_TYPE_PSTRING
- See Also:
-
tagName
-
tagNumber
-
dataType
-
elementLength
-
numberOfElements
-
recordLength
-
dataRecord
-
crypticVariable
-
hasOffsetData
-
offsetData
-
-
Constructor Details
-
TaggedDataRecord
Creates a new TaggedDataRecord from the next 28 bytes ofdin.- Parameters:
din- the source of the raw data to be parsed- Throws:
IOException- if there's a problem withdin
-
-
Method Details