private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
SparseBitSet instance from a stream
(i.e., deserialize it).IOException - if there is an io errorClassNotFoundException - if the stream contains an unidentified
classprivate void writeObject(ObjectOutputStream s) throws IOException, InternalError
SparseBitSet instance to a stream
(i.e., serialize it).int,
the number of int->long pairs needed to describe
the set), followed by the index (int) and word
(long) for each int->long pair.
The mappings need not be emitted in any particular order. This
is followed by the hashCode for the set that can be used
as an integrity check when the bit set is read back.IOException - if an io error occursInternalError - if the SparseBitSet representation is
inconsistentCopyright © 2018 Zaxxer.com. All rights reserved.