Package com.jogamp.opencl
Interface AutoCloseable
-
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
CLBuffer
,CLCommandQueue
,CLContext
,CLEvent
,CLEventList
,CLGLBuffer
,CLGLContext
,CLGLImage2d
,CLGLTexture2d
,CLGLTexture3d
,CLImage
,CLImage2d
,CLImage3d
,CLKernel
,CLMemory
,CLProgram
,CLSampler
,CLSubBuffer
,CLUserEvent
public interface AutoCloseable extends AutoCloseable
import of JDK7's ARM interface allowing JDK6 backwards compatibility.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
-
-
-
Method Detail
-
close
void close()
- Specified by:
close
in interfaceAutoCloseable
-
-