Summary: | 32bit/64bit values and arrays are misrepresented | ||
---|---|---|---|
Product: | [JogAmp] Gluegen | Reporter: | Sven Gothel <sgothel> |
Component: | core | Assignee: | Sven Gothel <sgothel> |
Status: | VERIFIED FIXED | ||
Severity: | critical | ||
Priority: | P2 | ||
Version: | 2 | ||
Hardware: | pc_x86_32 | ||
OS: | all | ||
Type: | DEFECT | SCM Refs: |
7220416bcef3140883d3966d921442feae3107c4
84e5ba7a4821469f43c0f4bbeaa8e383b203d050
|
Workaround: | --- |
Description
Sven Gothel
2010-03-29 19:53:43 CEST
Solved as described .. - PointerBuffer: Adding methods PointeRBuffer referenceBuffer(int index, Buffer data) PointeRBuffer referenceBuffer(Buffer data) Buffer getReferencedBuffer(int index) Buffer getReferencedBuffer() Adding a reference of a given direct Buffer to this pointer buffer, and retrieving a previously referenced direct Buffer. This allows a more convenient handling of PointerBuffer with the user API's .. |