Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

Enum Gio.DataStreamByteOrder

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GDataStreamByteOrder
Enum : DataStreamByteOrder
GDataStreamByteOrder is used to ensure proper endianness of streaming data sources
across various machine architectures.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio.DataInputStream
Property
Gio.DataInputStream
Method
get_byte_order () : Gio.DataStreamByteOrder
Gets the byte order for the data input stream.
Gio.DataInputStream
Method
set_byte_order (DataStreamByteOrder order) : none
This function sets the byte order for the given stream.
Gio.DataOutputStream
Property
Determines the byte ordering that is used when writing
multi-byte entities (such as integers) to the stream.
Gio.DataOutputStream
Method
get_byte_order () : Gio.DataStreamByteOrder
Gets the byte order for the stream.
Gio.DataOutputStream
Method
set_byte_order (DataStreamByteOrder order) : none
Sets the byte order of the data output stream to order.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:11:34 GMT+0800 (HKT)