Constructs a new CompositeSliceLoader
object.
The initial list of Slice loaders; can be empty.
Adds a Slice loader to this composite Slice loader.
The Slice loader to add.
Creates an instance of a class mapped from a Slice class or exception based on a Slice type ID.
The Slice type ID or compact type ID.
A new instance of the class or exception identified by typeId
, or null
if the implementation
cannot find the corresponding class.
Implements SliceLoader by combining several Slice loaders.