SequenceReaderExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides extended functionality for the SequenceReader<T> class that allows reading of endian specific numeric values from binary data.
public ref class SequenceReaderExtensions abstract sealed
public static class SequenceReaderExtensions
type SequenceReaderExtensions = class
Public Module SequenceReaderExtensions
- Inheritance
-
SequenceReaderExtensions
Methods
TryReadBigEndian(SequenceReader<Byte>, Int16) |
Tries to read an Int16 as big endian. |
TryReadBigEndian(SequenceReader<Byte>, Int32) |
Tries to read an Int32 as big endian. |
TryReadBigEndian(SequenceReader<Byte>, Int64) |
Tries to read an Int64 as big endian. |
TryReadLittleEndian(SequenceReader<Byte>, Int16) |
Tries to read an Int16 as little endian. |
TryReadLittleEndian(SequenceReader<Byte>, Int32) |
Tries to read an Int32 as little endian. |
TryReadLittleEndian(SequenceReader<Byte>, Int64) |
Tries to read an Int64 as little endian. |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.