IOSTypeStructureLoader
public interface IOSTypeStructureLoader
The OSTypeStructure resource loader.
Methods
Method | Description |
---|---|
canLoad(StreamContainer streamContainer) | Determines whether OSTypeStructure resource can be loaded from the specified StreamContainer . |
load(StreamContainer streamContainer) | Loads the OSTypeStructure. |
canLoad(StreamContainer streamContainer)
public abstract boolean canLoad(StreamContainer streamContainer)
Determines whether OSTypeStructure resource can be loaded from the specified StreamContainer .
Parameters:
Parameter | Type | Description |
---|---|---|
streamContainer | StreamContainer | The stream container. |
Returns: boolean - true if OSTypeStructure resource can be loaded from the specified StreamContainer ; otherwise, false .
load(StreamContainer streamContainer)
public abstract OSTypeStructure load(StreamContainer streamContainer)
Loads the OSTypeStructure.
Parameters:
Parameter | Type | Description |
---|---|---|
streamContainer | StreamContainer | The stream container to load from. |
Returns: OSTypeStructure - The loaded OSTypeStructure resource.