[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.GcBinaryReader

GcBinaryReader Class

The BinaryReader with some additional functionality.

Inheritance
GcBinaryReader
Implements
Namespace: GrapeCity.Documents.Common
Assembly: DS.Documents.Imaging.dll
Syntax
public class GcBinaryReader : BinaryReader, IDisposable
Public Class GcBinaryReader
    Inherits BinaryReader
    Implements IDisposable

Constructors

Name Description
GcBinaryReader(Stream, Encoding, bool)

Initializes a new instance of the GcBinaryReader class.

Methods

Name Description
Read7BitEncodedInt()

Reads 32 int in compressed form.

ReadEnum<T>()

Reads enum value.

ReadNullableEnum<T>()

Reads nullable enum value.

ReadNullableInt()

Reads a nullable int value.

ReadNullableString()

Reads a string, written to the stream using the WriteNullableString(string) method.