property bigEndian

(r/w) bool bigEndian;

Typ

Zugriff

This property indicates whether the contents of the stream is interpreted as being in big endian (network) byte order. Big endian order is set to true as the default value.
var rawStreamReaderObj = shell.serviceManager.basics.rawStreamReader;
rawStreamReaderObj.bigEndian = false;