Uses of Class
com.bc.ceres.binio.util.ByteArrayCodec
-
Packages that use ByteArrayCodec Package Description com.bc.ceres.binio.util Utilities for thebinio
API. -
-
Uses of ByteArrayCodec in com.bc.ceres.binio.util
Fields in com.bc.ceres.binio.util declared as ByteArrayCodec Modifier and Type Field Description static ByteArrayCodec
ByteArrayCodec. BIG_ENDIAN
static ByteArrayCodec
ByteArrayCodec. LITTLE_ENDIAN
Methods in com.bc.ceres.binio.util that return ByteArrayCodec Modifier and Type Method Description static ByteArrayCodec
ByteArrayCodec. getInstance(ByteOrder byteOrder)
-