public interface ILayerResourceLoader
The layer resource loader.
Modifier and Type | Method and Description |
---|---|
boolean |
canLoad(StreamContainer streamContainer,
int psdVersion)
Determines whether layer resource can be loaded from the specified
|
LayerResource |
load(StreamContainer streamContainer,
int psdVersion)
Loads the
|
boolean canLoad(StreamContainer streamContainer, int psdVersion)
streamContainer
- The stream container.psdVersion
- The PSD version.LayerResource load(StreamContainer streamContainer, int psdVersion)
streamContainer
- The stream container to load from.psdVersion
- The PSD version.