Reads a set of attributes from the given object input
stream that have been previously written out with
writeAttributeSet
. This will try to restore
keys that were static objects to the static objects in
the current virtual machine considering only those keys
that have been registered with the
registerStaticAttributeKey
method.
The attributes retrieved from the stream will be placed
into the given mutable set.
Parameters:
-
in - the object stream to read the attribute data from.
-
a - the attribute set to place the attribute
definitions in.
Throws:
-
ClassNotFoundException - passed upward if encountered
when reading the object stream.
-
IOException - passed upward if encountered when
reading the object stream.