Sign in
fuchsia
/
third_party
/
dart-pkg
/
main
/
.
/
archive
/
lib
/
src
/
util
/
byte_order.dart
blob: 41cf51e7fe99be61217e29d2167b8fc4a02cacb2 [
file
] [
log
] [
blame
]
// enum ByteOrder
const
int
LITTLE_ENDIAN
=
0
;
const
int
BIG_ENDIAN
=
1
;