Class IUDeserializer
java.lang.Object
org.eclipse.equinox.p2.metadata.io.IUDeserializer
This class allows to deserialize
IInstallableUnits that have been serialized with IUSerializer.
The deserializer is able to read data that have been serialized with previous versions of the serializer.- Since:
- 1.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread(InputStream input) Deserialize a set ofIInstallableUnitfrom the input stream.
-
Constructor Details
-
IUDeserializer
public IUDeserializer()Construct a new instance of the deserializer.
-
-
Method Details
-
read
Deserialize a set ofIInstallableUnitfrom the input stream.- Parameters:
input- the input stream to deserializeIInstallableUnits from.- Returns:
- the collection of
IInstallableUnits read from the input stream. - Throws:
IOException
-