Package | Description |
---|---|
com.pushtechnology.diffusion.datatype.binary |
Binary Data Type.
|
Modifier and Type | Method and Description |
---|---|
Binary |
Binary.apply(BinaryDelta delta)
Apply a binary delta to this value to create a new value.
|
Binary |
BinaryDataType.readValue(byte[] bytes)
Create a value from binary.
|
Binary |
BinaryDataType.readValue(byte[] bytes,
int offset,
int length)
Create a value from binary.
|
Binary |
BinaryDataType.readValue(Bytes bytes)
Create a value from binary.
|
Modifier and Type | Method and Description |
---|---|
DeltaType<Binary,BinaryDelta> |
BinaryDataType.binaryDeltaType()
Returns support for binary deltas.
|
Modifier and Type | Method and Description |
---|---|
BinaryDelta |
Binary.diff(Binary original)
Compare this value with an earlier version to calculate a binary delta.
|
Copyright © 2022 Push Technology Ltd. All Rights Reserved.