Infront Data Manager Connect Client (.NET)
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Gevasys.DataCore.Core.IO.BinaryReader Class Referenceabstract

More...

Inherited by Gevasys.DataCore.Core.IO.InboundSocketReader, Gevasys.DataCore.Core.IO.SocketReader, and Gevasys.DataCore.StaticData.Http.HttpMultipartReader.

Public Member Functions

 BinaryReader (Queue< UpdateMessage > updateQueue, Semaphore available)
 
abstract void ProcessError (ReaderAbortReason reason, Exception e)
 

Protected Member Functions

void DecodeMessages (ByteBuffer buffer)
 
void Read ()
 

Protected Attributes

bool stop
 
BufferedStream m_bufferedInputStream
 

Detailed Description

Represents a reader for binary messages from the vwd data core server. The reader reads all data from a ByteBuffer and forward them to a version

dependent message decoder. The ByteBuffer uses the LITTLE_ENDIAN byte order. Each decoded message will be added to a Queue.


The documentation for this class was generated from the following file:

Copyright (C) 2021 Infront Financial Technology GmbH
Mainzer Landstrasse 178 – 190
60327 Frankfurt am Main
Infront Data Manager Connect V4.1