Uses of Class
com.bc.ceres.binio.util.ByteArrayCodec
-
Packages that use ByteArrayCodec Package Description com.bc.ceres.binio.util Utilities for thebinioAPI. -
-
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 ByteArrayCodecByteArrayCodec. BIG_ENDIANstatic ByteArrayCodecByteArrayCodec. LITTLE_ENDIANMethods in com.bc.ceres.binio.util that return ByteArrayCodec Modifier and Type Method Description static ByteArrayCodecByteArrayCodec. getInstance(ByteOrder byteOrder)
-