DataInputStream.setByteOrder
void setByteOrder(gio.types.DataStreamByteOrder order)This function sets the byte order for the given stream. All subsequent reads from the stream will be read in the given order.
Parameters
order | a #GDataStreamByteOrder to set. |