public class ImageBuffer
extends java.lang.Object
implements java.lang.AutoCloseable, java.io.Serializable
| Constructor and Description |
|---|
ImageBuffer()
Creates a new instance of the ImageBuffer class.
|
ImageBuffer(long handle)
Creates a new instance of the ImageBuffer class.
|
| Modifier and Type | Method and Description |
|---|---|
ImageBuffer |
clone()
Creates a copy of the ImageBuffer object.
|
void |
close()
Releases all resources used by this ImageBuffer.
|
protected void |
finalize()
Finalizer for this class.
|
byte[] |
getData()
Gets the image buffer data.
|
long |
getHandle()
Gets the native handle.
|
public ImageBuffer()
throws DocumentException
DocumentException - An error has occurred during Document Library execution.public ImageBuffer(long handle)
throws DocumentException
handle - Handle to the ImageBuffer.DocumentException - An error has occurred during Document Library execution.public void close()
close in interface java.lang.AutoCloseableprotected void finalize()
finalize in class java.lang.Objectpublic long getHandle()
public ImageBuffer clone() throws DocumentException
clone in class java.lang.ObjectDocumentException - An error has occurred during Document Library execution.public byte[] getData()
throws DocumentException
DocumentException - An error has occurred during Document Library execution.Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.document