PofHelperLengthPackedInt32 Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Determine the number of bytes required to encode the given integer
using a packed 32-bit format.
Namespace:
Tangosol.IO.Pof
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic static byte LengthPackedInt32(
int n
)
Parameters
- n
- Type: SystemInt32
The integer to be encoded.
Return Value
Type:
Byte
The total number of bytes required to encode the given integer
(0 - 5).
See Also