| Package | Description |
|---|---|
| com.graphhopper.storage | |
| com.graphhopper.util |
| Modifier and Type | Field and Description |
|---|---|
protected BitUtil |
AbstractDataAccess.bitUtil |
| Modifier and Type | Class and Description |
|---|---|
class |
BitUtilBig
Conversion between "the memory" (integer/long/float/double/string) to bytes via BIG endianness.
|
class |
BitUtilLittle
Conversion between "the memory" (integer/long/float/double/string) to bytes via little endianness.
|
| Modifier and Type | Field and Description |
|---|---|
static BitUtil |
BitUtil.BIG
BIG endianness.
|
static BitUtil |
BitUtil.LITTLE
Default for GraphHopper
|
| Modifier and Type | Method and Description |
|---|---|
static BitUtil |
BitUtil.get(ByteOrder order) |
Copyright © 2012–2023. All rights reserved.