123456789101112131415161718192021222324252627282930313233 |
- .. _func_streams_bigendianstream:
- ===============
- BigEndianStream
- ===============
- BigEndianStream -
- Description
- ===========
- .. code-block:: blitzmax
- BigEndianStream:TStream( stream:TStream )
- BigEndianStream
- Parameters
- ==========
- Return Values
- =============
- A big endian stream
- Examples
- ========
- See Also
- ========
|