[ 
https://issues.apache.org/jira/browse/UIMA-2307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bhavani Iyer reopened UIMA-2307:
--------------------------------


Reopened to fix uiEnd offset issue reported by Nico Blodow
                
> BasicArrayFS has two unimplemented Functions: copyToArray, copyFromArray.
> -------------------------------------------------------------------------
>
>                 Key: UIMA-2307
>                 URL: https://issues.apache.org/jira/browse/UIMA-2307
>             Project: UIMA
>          Issue Type: Bug
>          Components: C++ Framework
>         Environment: Ubuntu 11.10
>            Reporter: Nico Blodow
>            Assignee: Bhavani Iyer
>             Fix For: 2.4.0C
>
>         Attachments: 
> first_impl_of_copyToArray_and_copyFromArray_for_ByteArrayFS.patch
>
>
> When trying to use any non-atomic type in an ArrayFS, two functions are vital 
> to copy from / to the FS:
> void  copyToArray (size_t uiStart, size_t uiEnd, T *destArray, size_t 
> uiDestOffset) const 
> void  copyFromArray (T const *sourceArray, size_t uiStart, size_t uiEnd, 
> size_t uiOffset)
> As far as I can tell, these need FSHeap::get8BitArray etc to be public.
> These raise a NotYetImplementedError. Will attach a patch if I find out how 
> to.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to