[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.GcBinaryReader.-ctor

GcBinaryReader Constructor

GcBinaryReader(Stream, Encoding, bool)

Initializes a new instance of the GcBinaryReader class.

Declaration
public GcBinaryReader(Stream baseStream, Encoding encoding, bool leaveOpen)
Public Sub New(baseStream As Stream, encoding As Encoding, leaveOpen As Boolean)
Parameters
Type Name Description
Stream baseStream

The underlying Stream object.

Encoding encoding

The encoding used for strings.

bool leaveOpen

true to leave the stream open after the GcBinaryReader object is disposed; otherwise, false.