V1DataParser Class |
Namespace: Bio.IO.AppliedBiosystems.DataParsers
The V1DataParser type exposes the following members.
Name | Description | |
---|---|---|
![]() | V1DataParser | Initializes a new instance of the V1DataParser class |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ParseData |
Parser data.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Visit(BoolDataItem) |
Visit bool item.
|
![]() | Visit(ByteDataItem) |
Visit byte item.
|
![]() | Visit(CharDataItem) |
Visit char item.
|
![]() | Visit(CStringDataItem) |
Visit cstring item.
|
![]() | Visit(DateDataItem) |
Visit date item.
|
![]() | Visit(DoubleDataItem) |
Visit double item.
|
![]() | Visit(FloatDataItem) |
Visit float item.
|
![]() | Visit(LongDataItem) |
Visit long item.
|
![]() | Visit(PStringDataItem) |
Visit pstring item.
|
![]() | Visit(ShortDataItem) |
Visit short item.
|
![]() | Visit(ThumbDataItem) |
Not supported
|
![]() | Visit(TimeDataItem) |
Visit time item.
|
![]() | Visit(UserDataItem) |
Note Supported
|
![]() | Visit(WordDataItem) |
Visit word item.
|
Name | Description | |
---|---|---|
![]() ![]() | MajorVersion |
Version this parser works with.
|