VersionInfoResource

Inheritance: java.lang.Object, com.aspose.psd.fileformats.psd.ResourceBlock

public final class VersionInfoResource extends ResourceBlock

Version Info resource

Constructors

ConstructorDescription
VersionInfoResource()Initializes a new instance of the VersionInfoResource class.

Fields

FieldDescription
ResouceBlockMeSaSignatureThe resource signature of ImageReady.
ResouceBlockSignatureThe regular Photoshop resource signature.

Methods

MethodDescription
equals(Object arg0)
getClass()
getDataSize()Gets the resource data size in bytes.
getFileVersion()Gets or sets the file version.
getID()Gets or sets the unique identifier for the resource.
getMinimalVersion()Gets the minimal required PSD version.
getName()Gets or sets the resource name.
getReaderName()Gets or sets the name of the reader.
getSignature()Gets the resource signature.
getSize()Gets the resource block size in bytes including its data.
getVersion()Gets or sets the version.
getWriterName()Gets or sets the name of the writer.
hasRealMergedData()Gets or sets a value indicating whether this instance has real merged data.
hashCode()
notify()
notifyAll()
save(StreamContainer stream)Saves the resource block to the specified stream.
setFileVersion(long value)Gets or sets the file version.
setID(short value)Gets or sets the unique identifier for the resource.
setLayerAndMaskInfo_internalized(LayerAndMaskInfo value)Gets or sets the layer and mask information.
setName(String value)Gets or sets the resource name.
setReaderName(String value)Gets or sets the name of the reader.
setRealMergedData(boolean value)Gets or sets a value indicating whether this instance has real merged data.
setSignature_internalized(int signature)
setState_internalized(int value)Gets or sets the resource block state.
setVersion(long value)Gets or sets the version.
setWriterName(String value)Gets or sets the name of the writer.
toString()
validateValues()Validates the resource values.
wait()
wait(long arg0)
wait(long arg0, int arg1)

VersionInfoResource()

public VersionInfoResource()

Initializes a new instance of the VersionInfoResource class.

ResouceBlockMeSaSignature

public static final int ResouceBlockMeSaSignature

The resource signature of ImageReady.

ResouceBlockSignature

public static final int ResouceBlockSignature

The regular Photoshop resource signature.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDataSize()

public int getDataSize()

Gets the resource data size in bytes.

Value: The resource data size.

Returns: int

getFileVersion()

public final long getFileVersion()

Gets or sets the file version.

Value: The file version.

Returns: long

getID()

public final short getID()

Gets or sets the unique identifier for the resource.

Value: The unique identifier for the resource.

Returns: short

getMinimalVersion()

public int getMinimalVersion()

Gets the minimal required PSD version.

Value: The minimal PSD version.

Returns: int

getName()

public final String getName()

Gets or sets the resource name. Pascal string, padded to make the size even (a null name consists of two bytes of 0).

Value: The resource name.

Returns: java.lang.String

getReaderName()

public final String getReaderName()

Gets or sets the name of the reader.

Value: The name of the reader.

Returns: java.lang.String

getSignature()

public final int getSignature()

Gets the resource signature. Should be always ‘8BIM’.

Value: The resource signature.

Returns: int

getSize()

public final int getSize()

Gets the resource block size in bytes including its data.

Value: The resource block size.

Returns: int

getVersion()

public final long getVersion()

Gets or sets the version.

Value: The version.

Returns: long

getWriterName()

public final String getWriterName()

Gets or sets the name of the writer.

Value: The name of the writer.

Returns: java.lang.String

hasRealMergedData()

public final boolean hasRealMergedData()

Gets or sets a value indicating whether this instance has real merged data.

Value: true if this instance has real merged data; otherwise, false .

Returns: boolean

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

save(StreamContainer stream)

public final void save(StreamContainer stream)

Saves the resource block to the specified stream.

Parameters:

ParameterTypeDescription
streamStreamContainerThe stream to save the resource block to.

setFileVersion(long value)

public final void setFileVersion(long value)

Gets or sets the file version.

Value: The file version.

Parameters:

ParameterTypeDescription
valuelong

setID(short value)

public final void setID(short value)

Gets or sets the unique identifier for the resource.

Value: The unique identifier for the resource.

Parameters:

ParameterTypeDescription
valueshort

setLayerAndMaskInfo_internalized(LayerAndMaskInfo value)

public final void setLayerAndMaskInfo_internalized(LayerAndMaskInfo value)

Gets or sets the layer and mask information.

Value: The layer and mask information.

Parameters:

ParameterTypeDescription
valuecom.aspose.internal.fileformats.psd.sections.LayerAndMaskInfo

setName(String value)

public final void setName(String value)

Gets or sets the resource name. Pascal string, padded to make the size even (a null name consists of two bytes of 0).

Value: The resource name.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setReaderName(String value)

public final void setReaderName(String value)

Gets or sets the name of the reader.

Value: The name of the reader.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setRealMergedData(boolean value)

public final void setRealMergedData(boolean value)

Gets or sets a value indicating whether this instance has real merged data.

Value: true if this instance has real merged data; otherwise, false .

Parameters:

ParameterTypeDescription
valueboolean

setSignature_internalized(int signature)

public void setSignature_internalized(int signature)

Parameters:

ParameterTypeDescription
signatureint

setState_internalized(int value)

public final void setState_internalized(int value)

Gets or sets the resource block state.

Value: The resource block state.

Parameters:

ParameterTypeDescription
valueint

setVersion(long value)

public final void setVersion(long value)

Gets or sets the version.

Value: The version.

Parameters:

ParameterTypeDescription
valuelong

setWriterName(String value)

public final void setWriterName(String value)

Gets or sets the name of the writer.

Value: The name of the writer.

Parameters:

ParameterTypeDescription
valuejava.lang.String

toString()

public String toString()

Returns: java.lang.String

validateValues()

public void validateValues()

Validates the resource values.

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int