このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


Constants' Group Endianness
Language

The 解放する/自由な and Open 生産性 控訴
解放(する)d: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: 星/主役にする :: util ::

unpublished constants group Endianness
Usage 制限s
not published
Description
These constans 述べる the endianness of data structures.

The endianness 明示するs the order in which the bytes of larger types are laid out in memory.

Since
OOo 2.0

Constants
LITTLE Little endian. 
BIG Big endian. 
Constants' 詳細(に述べる)s
LITTLE
const byte LITTLE =0;
Description
Little endian.

The values are 蓄える/店d in little endian 判型, i.e. the bytes of the long word 0xAABBCCDD are layed out like 0xDD, 0xCC, 0xBB, 0xAA in memory. That is, data of 独断的な machine word lengths always starts with the least 重要な byte, and ends with the most 重要な one.

BIG
const byte BIG =1;
Description
Big endian.

The values are 蓄える/店d in big endian 判型, i.e. the bytes of the long word 0xAABBCCDD are layed out like 0xAA, 0xBB, 0xCC, 0xDD in memory. That is, data of 独断的な machine word lengths always start with the most 重要な byte, and ends with the least 重要な one.

最高の,を越す of Page

Apache Software Foundation

Copyright & License | Privacy | 接触する Us | 寄付する | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are 登録(する)d trademarks of The Apache ソフトウェア 創立/基礎. The Apache feather logo is a trademark of The Apache ソフトウェア 創立/基礎. Other 指名するs appearing on the 場所/位置 may be trademarks of their 各々の owners.