Uses of Interface
com.pushtechnology.diffusion.datatype.binary.Binary
Packages that use Binary
-
Uses of Binary in com.pushtechnology.diffusion.datatype.binary
Methods in com.pushtechnology.diffusion.datatype.binary that return BinaryModifier and TypeMethodDescriptionBinary.apply(BinaryDelta delta) Apply a binary delta to this value to create a new value.BinaryDataType.readValue(byte[] bytes) Create a value from binary.BinaryDataType.readValue(byte[] bytes, int offset, int length) Create a value from binary.Create a value from binary.Methods in com.pushtechnology.diffusion.datatype.binary that return types with arguments of type BinaryModifier and TypeMethodDescriptionBinaryDataType.binaryDeltaType()Returns support for binary deltas.Methods in com.pushtechnology.diffusion.datatype.binary with parameters of type BinaryModifier and TypeMethodDescriptionCompare this value with an earlier version to calculate a binary delta.