BaseGZipResultsWriter Class |
Namespace: VDS.RDF.Writing
The BaseGZipResultsWriter type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseGZipResultsWriter |
Creates a new GZipped Results writer.
|
| 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.) | |
| Save(SparqlResultSet, TextWriter) |
Saves a Result Set as GZipped output.
| |
| Save(SparqlResultSet, String) |
Saves a Result Set as GZipped output.
| |
| ToString |
Gets the description of the writer.
(Overrides ObjectToString.) |
While the normal witers can be used with GZip streams directly this class just abstracts the wrapping of file/stream output into a GZip stream if it is not already passed as such.