Name | Description | |
---|---|---|
FontSubSet.BigEndianBinaryReader Constructor | Overloaded. |
The following tables list the members exposed by FontSubSet.BigEndianBinaryReader.
Name | Description | |
---|---|---|
FontSubSet.BigEndianBinaryReader Constructor | Overloaded. |
Name | Description | |
---|---|---|
BaseStream | (Inherited from System.IO.BinaryReader) |
Name | Description | |
---|---|---|
Close | (Inherited from System.IO.BinaryReader) | |
Dispose | Overloaded. Overridden. Releases the unmanaged resources used by the System.IO.BinaryReader class and optionally releases the managed resources. | |
PeekChar | (Inherited from System.IO.BinaryReader) | |
Read | Overloaded. (Inherited from System.IO.BinaryReader) | |
ReadBoolean | (Inherited from System.IO.BinaryReader) | |
ReadByte | (Inherited from System.IO.BinaryReader) | |
ReadBytes | (Inherited from System.IO.BinaryReader) | |
ReadChar | Overridden. Reads the next character from the current stream and advances the current position of the stream in accordance with the Encoding used and the specific character being read from the stream. | |
ReadChars | Overridden. Reads the specified number of characters from the current stream, returns the data in a character array, and advances the current position in accordance with the Encoding used and the specific character being read from the stream. | |
ReadDecimal | (Inherited from System.IO.BinaryReader) | |
ReadDouble | Overridden. Reads an 8-byte floating point value from the current stream and advances the current position of the stream by eight bytes. | |
ReadInt16 | Overridden. Reads a 2-byte signed integer from the current stream and advances the current position of the stream by two bytes. | |
ReadInt32 | Overridden. Reads a 4-byte signed integer from the current stream and advances the current position of the stream by four bytes. | |
ReadInt64 | Overridden. Reads an 8-byte signed integer from the current stream and advances the current position of the stream by eight bytes. | |
ReadSByte | (Inherited from System.IO.BinaryReader) | |
ReadSingle | Overridden. Reads a 4-byte floating point value from the current stream and advances the current position of the stream by four bytes. | |
ReadString | (Inherited from System.IO.BinaryReader) | |
ReadUInt16 | Overridden. Reads a 2-byte unsigned integer from the current stream using little-endian encoding and advances the position of the stream by two bytes. | |
ReadUInt32 | Overridden. Reads a 4-byte unsigned integer from the current stream and advances the position of the stream by four bytes. | |
ReadUInt64 | Overridden. Reads an 8-byte unsigned integer from the current stream and advances the position of the stream by eight bytes. |
Name | Description | |
---|---|---|
FillBuffer | (Inherited from System.IO.BinaryReader) |