AiDataSection
Inheritance: java.lang.Object, com.aspose.psd.DisposableObject
public class AiDataSection extends DisposableObject
The Ai format Data Section
Methods
Method | Description |
---|---|
close() | Implements the Closable interface and can be used in the try-with-resources statement since JDK 1.7. |
create_internalized(StreamContainer stream) | |
dispose() | Disposes the current instance. |
equals(Object arg0) | |
getClass() | |
getData() | Gets the string data. |
getDisposed() | Gets a value indicating whether this instance is disposed. |
getStream_internalized() | Gets the inner stream |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
close()
public void close()
Implements the Closable interface and can be used in the try-with-resources statement since JDK 1.7. This method simply call dispose method.
create_internalized(StreamContainer stream)
public static AiDataSection create_internalized(StreamContainer stream)
Parameters:
Parameter | Type | Description |
---|---|---|
stream | StreamContainer |
Returns: AiDataSection
dispose()
public final void dispose()
Disposes the current instance.
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
getData()
public final String getData()
Gets the string data.
Returns: java.lang.String - The string data of section
getDisposed()
public final boolean getDisposed()
Gets a value indicating whether this instance is disposed.
Returns: boolean - true if disposed; otherwise, false .
getStream_internalized()
public final StreamContainer getStream_internalized()
Gets the inner stream
Returns: StreamContainer - The StreamContainer instance.
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
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 |