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