Documents for PDF, .NET Edition Documentation
BigEndianBinaryReader Class Members
Methods 

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace : BigEndianBinaryReader Class

The following tables list the members exposed by BigEndianBinaryReader.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the BigEndianBinaryReader class.  
Top
Public Methods
 NameDescription
Public MethodReleases all resources used by the current instance of the BigEndianBinaryReader class.  
Public MethodReads the specified number of bytes from the current stream into a byte array and advances the current position by that number of bytes.  
Public MethodReads a 2-byte signed integer from the current stream and advances the current position of the stream by four bytes.  
Public MethodReads a 4-byte signed integer from the current stream and advances the current position of the stream by four bytes.  
Public MethodReads a 4-byte signed integer from the current stream using little-ending byte order and advances the current position of the stream by four bytes.  
Public MethodReads a 2-byte unsigned integer from the current stream and advances the current position of the stream by four bytes.  
Public MethodReads a 4-byte unsigned integer from the current stream and advances the current position of the stream by four bytes.  
Top
See Also

Reference

BigEndianBinaryReader Class
GrapeCity.Documents.Common Namespace