Uses of Class
io.qt.core.QDataStream.ByteOrder
Package | Description |
---|---|
io.qt.core |
-
Uses of QDataStream.ByteOrder in io.qt.core
Methods in io.qt.core that return QDataStream.ByteOrder Modifier and Type Method Description QDataStream.ByteOrder
QDataStream. byteOrder()
static QDataStream.ByteOrder
QDataStream.ByteOrder. resolve(int value)
Returns the corresponding enum entry for the given value.static QDataStream.ByteOrder
QDataStream.ByteOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static QDataStream.ByteOrder[]
QDataStream.ByteOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core with parameters of type QDataStream.ByteOrder Modifier and Type Method Description void
QDataStream. setByteOrder(QDataStream.ByteOrder arg__1)