set_byte_order
Description:
This function sets the byte order for the given this.
All subsequent reads from the this will be read in the given order.
Parameters:
| this |
a given DataInputStream. |
| order |
a DataStreamByteOrder to set. |