LnkeResource
Inheritance: java.lang.Object, com.aspose.psd.fileformats.psd.layers.LayerResource, com.aspose.psd.fileformats.psd.layers.layerresources.linkresources.LinkResource
public class LnkeResource extends LinkResource
Defines the LnkeResource class that contains information about external linked files or assets in the PSD format image. The link resource may contain several LiFeDataSource instances which can be accessed by indexer. This is a part of PSD File Format Manipulation API that helps to modify Adobe® Photoshop® files programmatically
Constructors
Constructor | Description |
---|---|
LnkeResource() | Initializes a new instance of the LnkeResource class. |
LnkeResource(LinkDataSource[] dataSources) | Initializes a new instance of the LnkeResource class. |
Fields
Field | Description |
---|---|
CannotAddTheDataSourceMessage_internalized | The ‘cannot add the data source’ message |
DataSourceTypeIsWrongMessage_internalized | ‘The data source type is wrong’ message |
LengthOSourceLengthField | The length of data source length field. |
LengthOfResourceLengthField | The length of total resource length field. |
PsbHeaderVersion_internalized | The PSB header version |
PsbResourceSignature | The PSB-specific resource signature. |
PsdHeaderVersion_internalized | The PSD header version |
ResourceSignature | The common resource signature. |
TypeToolKey | The type tool info key. |
ventureLicense_internalized | The venture license. |
Methods
Method | Description |
---|---|
addDataSource_internalized(LinkDataSource dataSource) | Adds the data source. |
addOrReplaceDataSource_internalized(LinkDataSource dataSource) | Adds the or replace data source. |
checkAndSetIfResourceIsPsbSpecific_internalized(int key) | Checks the and set if resource is PSB specific. |
equals(Object arg0) | |
getClass() | |
getDataSourceCount() | Gets the count of link data sources which can be accessed by the indexer. |
getDataSources_internalized() | Gets the data sources LinkDataSource[] array. |
getHeader_internalized() | Gets or sets the header. |
getKey() | Gets the Adobe® Photoshop® global resource key. |
getLength() | Gets the PSD global link resource length in bytes. |
getPrefixLength_internalized(int psdVersion) | Gets the prefix length. |
getPsdVersion() | Gets the PSD format version. |
getSignature() | Gets the PSD global link resource signature. |
getType_internalized() | Gets or sets the PSD global link resource type that can be one of the following or none: The embedded linked file liFD that corresponds to the Lnk2Resource and Lnk3Resource The external linked file liFE that corresponds to the LnkeResource The linked file alias liFA |
get_Item(int index) | Gets the LiFeDataSource at the specified index. |
get_Item(UUID index) | Gets the LinkDataSource at the specified index which is the link data source unique identifier.. |
get_Item_internalized(System.Guid index) | |
hashCode() | |
isEmpty() | Gets a value indicating whether this link resource instance is empty. |
isResourcePsbSpecificByKey_internalized(int key) | Determines whether the resource is PSB specific. |
isResourcePsbSpecific_internalized() | Gets a value indicating whether this instance is resource PSB specific. |
notify() | |
notifyAll() | |
removeDataSource_internalized(System.Guid uniqueId) | Removes the link data source. |
replaceDataSource_internalized(System.Guid uniqueId, LinkDataSource dataSource) | Replaces the data source. |
save(StreamContainer streamContainer, int psdVersion) | Saves the resource block data. |
saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature) | Saves the custom resource header. |
saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature, boolean isLengthLong) | Saves the header signature, identifier and length. |
setHeader_internalized(PsdHeader value) | Gets or sets the header. |
toString() | Returns a String that represents this instance. |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
LnkeResource()
public LnkeResource()
Initializes a new instance of the LnkeResource class.
LnkeResource(LinkDataSource[] dataSources)
public LnkeResource(LinkDataSource[] dataSources)
Initializes a new instance of the LnkeResource class.
Parameters:
Parameter | Type | Description |
---|---|---|
dataSources | LinkDataSource[] | The data sources. |
CannotAddTheDataSourceMessage_internalized
public static final String CannotAddTheDataSourceMessage_internalized
The ‘cannot add the data source’ message
DataSourceTypeIsWrongMessage_internalized
public static final String DataSourceTypeIsWrongMessage_internalized
‘The data source type is wrong’ message
LengthOSourceLengthField
public static final int LengthOSourceLengthField
The length of data source length field.
LengthOfResourceLengthField
public static final int LengthOfResourceLengthField
The length of total resource length field.
PsbHeaderVersion_internalized
public static final int PsbHeaderVersion_internalized
The PSB header version
PsbResourceSignature
public static final int PsbResourceSignature
The PSB-specific resource signature.
PsdHeaderVersion_internalized
public static final int PsdHeaderVersion_internalized
The PSD header version
ResourceSignature
public static final int ResourceSignature
The common resource signature.
TypeToolKey
public static final int TypeToolKey
The type tool info key.
ventureLicense_internalized
public Object ventureLicense_internalized
The venture license.
addDataSource_internalized(LinkDataSource dataSource)
public final void addDataSource_internalized(LinkDataSource dataSource)
Adds the data source.
Parameters:
Parameter | Type | Description |
---|---|---|
dataSource | LinkDataSource | The link data source. |
addOrReplaceDataSource_internalized(LinkDataSource dataSource)
public final void addOrReplaceDataSource_internalized(LinkDataSource dataSource)
Adds the or replace data source.
Parameters:
Parameter | Type | Description |
---|---|---|
dataSource | LinkDataSource | The data source. |
checkAndSetIfResourceIsPsbSpecific_internalized(int key)
public final void checkAndSetIfResourceIsPsbSpecific_internalized(int key)
Checks the and set if resource is PSB specific. Some resources are not recognized for now, but we have full list of PSB specific resources which changes their behaviour on save. So we need to check this in UnknownResource at least
Parameters:
Parameter | Type | Description |
---|---|---|
key | int | The key. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDataSourceCount()
public final int getDataSourceCount()
Gets the count of link data sources which can be accessed by the indexer.
Value: The data source count.
Returns: int
getDataSources_internalized()
public final LinkDataSource[] getDataSources_internalized()
Gets the data sources LinkDataSource[] array.
Returns: com.aspose.psd.fileformats.psd.layers.layerresources.linkresources.LinkDataSource[]
getHeader_internalized()
public final PsdHeader getHeader_internalized()
Gets or sets the header.
Value: The header.
Returns: com.aspose.internal.fileformats.psd.sections.PsdHeader
getKey()
public int getKey()
Gets the Adobe® Photoshop® global resource key.
Returns: int
getLength()
public int getLength()
Gets the PSD global link resource length in bytes.
Returns: int
getPrefixLength_internalized(int psdVersion)
public final int getPrefixLength_internalized(int psdVersion)
Gets the prefix length. Default value is 12 for 8BIM resources. and 16 for 8B64
Parameters:
Parameter | Type | Description |
---|---|---|
psdVersion | int | The PSD version. |
Returns: int - The Prefix Length.
getPsdVersion()
public int getPsdVersion()
Gets the PSD format version.
Returns: int
getSignature()
public int getSignature()
Gets the PSD global link resource signature.
Returns: int
getType_internalized()
public final int getType_internalized()
Gets or sets the PSD global link resource type that can be one of the following or none: The embedded linked file liFD that corresponds to the Lnk2Resource and Lnk3Resource The external linked file liFE that corresponds to the LnkeResource The linked file alias liFA
Value: The PSD link resource type.
Returns: int
get_Item(int index)
public final LiFeDataSource get_Item(int index)
Gets the LiFeDataSource at the specified index.
Parameters:
Parameter | Type | Description |
---|---|---|
index | int | The index. Value: The LiFeDataSource. |
Returns: LiFeDataSource - The LiFeDataSource instance.
get_Item(UUID index)
public final LinkDataSource get_Item(UUID index)
Gets the LinkDataSource at the specified index which is the link data source unique identifier..
Parameters:
Parameter | Type | Description |
---|---|---|
index | java.util.UUID | The index as link data source unique identifier. Value: The LinkDataSource. |
Returns: LinkDataSource - The LinkDataSource instance.
get_Item_internalized(System.Guid index)
public final LinkDataSource get_Item_internalized(System.Guid index)
Parameters:
Parameter | Type | Description |
---|---|---|
index | com.aspose.ms.System.Guid |
Returns: LinkDataSource
hashCode()
public native int hashCode()
Returns: int
isEmpty()
public final boolean isEmpty()
Gets a value indicating whether this link resource instance is empty.
Value: true if this link resource is empty; otherwise, false .
Returns: boolean
isResourcePsbSpecificByKey_internalized(int key)
public static boolean isResourcePsbSpecificByKey_internalized(int key)
Determines whether the resource is PSB specific.
Parameters:
Parameter | Type | Description |
---|---|---|
key | int | The resource key. |
Returns: boolean - true if the resource is PSB specific; otherwise, false .
isResourcePsbSpecific_internalized()
public final boolean isResourcePsbSpecific_internalized()
Gets a value indicating whether this instance is resource PSB specific.
Value: true if this instance is resource PSB specific; otherwise, false .
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
removeDataSource_internalized(System.Guid uniqueId)
public final void removeDataSource_internalized(System.Guid uniqueId)
Removes the link data source.
Parameters:
Parameter | Type | Description |
---|---|---|
uniqueId | com.aspose.ms.System.Guid | The unique identifier. |
replaceDataSource_internalized(System.Guid uniqueId, LinkDataSource dataSource)
public final void replaceDataSource_internalized(System.Guid uniqueId, LinkDataSource dataSource)
Replaces the data source.
Parameters:
Parameter | Type | Description |
---|---|---|
uniqueId | com.aspose.ms.System.Guid | The unique identifier. |
dataSource | LinkDataSource | The link data source. |
save(StreamContainer streamContainer, int psdVersion)
public void save(StreamContainer streamContainer, int psdVersion)
Saves the resource block data.
Parameters:
Parameter | Type | Description |
---|---|---|
streamContainer | StreamContainer | The stream container to save to. |
psdVersion | int | The PSD version. |
saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature)
public final void saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature)
Saves the custom resource header.
Parameters:
Parameter | Type | Description |
---|---|---|
streamContainer | StreamContainer | The stream container. |
signature | int | The signature. |
saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature, boolean isLengthLong)
public final void saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature, boolean isLengthLong)
Saves the header signature, identifier and length.
Parameters:
Parameter | Type | Description |
---|---|---|
streamContainer | StreamContainer | The stream container. |
signature | int | The signature. |
isLengthLong | boolean | if set to true length is long. |
setHeader_internalized(PsdHeader value)
public final void setHeader_internalized(PsdHeader value)
Gets or sets the header.
Value: The header.
Parameters:
Parameter | Type | Description |
---|---|---|
value | com.aspose.internal.fileformats.psd.sections.PsdHeader |
toString()
public String toString()
Returns a String that represents this instance.
Returns: java.lang.String - A String that represents this instance.
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |