DataInputStream.setByteOrder

This function sets the byte order for the given @stream. All subsequent reads from the @stream will be read in the given @order.

class DataInputStream
void
setByteOrder

Parameters

order GDataStreamByteOrder

a #GDataStreamByteOrder to set.

Meta