|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jocl.cl_buffer_region
public final class cl_buffer_region
Java port of a cl_buffer_region
Field Summary | |
---|---|
long |
origin
The origin of the region, in bytes |
long |
size
The size of the region, in bytes |
Constructor Summary | |
---|---|
cl_buffer_region()
Creates a new, uninitialized cl_buffer_region |
|
cl_buffer_region(long origin,
long size)
Creates a new cl_buffer_region with the given origin and size |
Method Summary | |
---|---|
java.lang.String |
toString()
Returns a String representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public long origin
public long size
Constructor Detail |
---|
public cl_buffer_region()
public cl_buffer_region(long origin, long size)
origin
- The origin, in bytessize
- The size, in bytesMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |