Click or drag to resize
GZipParserTP, T Class
A parser which unzips the file and then passes the work off to an inner parser.
Inheritance Hierarchy
SystemObject
  Bio.IOGZipParserTP, T
    Bio.IOGZipSequenceParserT, TItem

Namespace: Bio.IO
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public class GZipParser<TP, T> : IParser<T>, 
	IParser
where TP : class, new(), Object, IParser<T>

Type Parameters

TP

[Missing <typeparam name="TP"/> documentation for "T:Bio.IO.GZipParser`2"]

T

[Missing <typeparam name="T"/> documentation for "T:Bio.IO.GZipParser`2"]

The GZipParserTP, T type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDescription
Gets the description of the parser being implemented. This is intended to give the developer some information of the parser.
Public propertyName
Gets the name of the parser being implemented. This is intended to give the developer name of the parser.
Public propertySupportedFileTypes
Gets the file extensions that the parser supports. If multiple extensions are supported then this property will return a string containing all extensions with a ',' delimited.
Top
Methods
  NameDescription
Public methodCanProcessFile
Initializes a new instance of the FastAParser class by loading the specified filename and ensuring that it ends with ".gz"
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodParse
Parses a list of biological sequence texts from a given stream.
Public methodParseOne
Parse a single data sequence from the file.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldParser
Inner parser
Top
See Also