Show / Hide Table of Contents

Interface IStreamBinaryMapper

Namespace: BinaryMapper.Core
Assembly: BinaryMapper.Core.dll
Syntax
public interface IStreamBinaryMapper

Methods

| Improve this Doc View Source

ReadArray(Stream, UInt32, Type)

Declaration
Array ReadArray(Stream stream, uint length, Type type)
Parameters
Type Name Description
Stream stream
System.UInt32 length
Type type
Returns
Type Description
Array
| Improve this Doc View Source

ReadArray<TObject>(Stream, UInt32)

Declaration
TObject[] ReadArray<TObject>(Stream stream, uint length)
Parameters
Type Name Description
Stream stream
System.UInt32 length
Returns
Type Description
TObject[]
Type Parameters
Name Description
TObject
| Improve this Doc View Source

ReadObject(Stream, Type)

Declaration
object ReadObject(Stream stream, Type type)
Parameters
Type Name Description
Stream stream
Type type
Returns
Type Description
Object
| Improve this Doc View Source

ReadObject<TObject>(Stream)

Declaration
TObject ReadObject<TObject>(Stream stream)
Parameters
Type Name Description
Stream stream
Returns
Type Description
TObject
Type Parameters
Name Description
TObject
| Improve this Doc View Source

ReadValue(Stream, Type)

Declaration
object ReadValue(Stream stream, Type type)
Parameters
Type Name Description
Stream stream
Type type
Returns
Type Description
Object
| Improve this Doc View Source

ReadValue<TValue>(Stream)

Declaration
TValue ReadValue<TValue>(Stream stream)
Parameters
Type Name Description
Stream stream
Returns
Type Description
TValue
Type Parameters
Name Description
TValue
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX