Uses of Interface
org.biojava.bio.program.abi.ABIFParser.DataAccess
-
Packages that use ABIFParser.DataAccess Package Description org.biojava.bio.program.abi ABI Trace Handling. -
-
Uses of ABIFParser.DataAccess in org.biojava.bio.program.abi
Methods in org.biojava.bio.program.abi that return ABIFParser.DataAccess Modifier and Type Method Description ABIFParser.DataAccess
ABIFParser. getDataAccess()
Returns the accessor for the raw data being parsed by this parser.Constructors in org.biojava.bio.program.abi with parameters of type ABIFParser.DataAccess Constructor Description ABIFParser(ABIFParser.DataAccess toParse)
Creates a new ABIFParser for the specifiedABIFParser.DataAccess
object.TaggedDataRecord(ABIFParser.DataAccess din)
Creates a new TaggedDataRecord from the next 28 bytes ofdin
.
-