DataStreamer

Overview

Data Streamers perform the task of reading and writing data and delta packets from and to a format that can be transmitted over the network between client and server. As such they form a critical part of the Data Abstract architecture.

DataStreamer is the abstract class used as a base by custom data streamers.

While the DataStreamer exposes several public properties and methods, you will not usually work with Data Streamers directly, but it's widely used inside RemoteDataAdapter.

Location

DataAbstract.js

Instance Methods


constructor DataStreamer

Creates streamer object.

function constructor DataStreamer()