DataInputStream.setByteOrder

void setByteOrder(gio.types.DataStreamByteOrder order) nothrow

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

Parameters

ordera #GDataStreamByteOrder to set.