Documents for PDF, .NET Edition Documentation
BigEndianBinaryReader Constructor

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > BigEndianBinaryReader Class : BigEndianBinaryReader Constructor
The underlying System.IO.Stream object.
true to leave the stream open after the System.IO.BinaryReader object is disposed; otherwise, false.
Initializes a new instance of the BigEndianBinaryReader class.
Syntax
'Declaration
 
Public Function New( _
   ByVal baseStream As System.IO.Stream, _
   ByVal leaveOpen As System.Boolean _
)
public BigEndianBinaryReader( 
   System.IO.Stream baseStream,
   System.bool leaveOpen
)

Parameters

baseStream
The underlying System.IO.Stream object.
leaveOpen
true to leave the stream open after the System.IO.BinaryReader object is disposed; otherwise, false.
See Also

Reference

BigEndianBinaryReader Class
BigEndianBinaryReader Members