IOSTypeStructureLoader

public interface IOSTypeStructureLoader

The OSTypeStructure resource loader.

Methods

MethodDescription
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:

ParameterTypeDescription
streamContainerStreamContainerThe 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:

ParameterTypeDescription
streamContainerStreamContainerThe stream container to load from.

Returns: OSTypeStructure - The loaded OSTypeStructure resource.