PofHelperSkipPackedInts Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Skip the specified number of packed integers in the passed POF
stream.
Namespace:
Tangosol.IO.Pof
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic static void SkipPackedInts(
DataReader reader,
int count
)
Parameters
- reader
- Type: Tangosol.IODataReader
The DataReader containing the POF stream.
- count
- Type: SystemInt32
The number of packed integers to skip over.
See Also