FileWindow - unit of memory mapping
-----------------------------------
Key: LUCY-57
URL: https://issues.apache.org/jira/browse/LUCY-57
Project: Lucy
Issue Type: Sub-task
Components: Core
Reporter: Marvin Humphrey
Assignee: Marvin Humphrey
Priority: Blocker
FileWindow is a small class used to pass around memory mapped regions: it
contains a buffer, and offset, and a length. It is unusual among Lucy classes
in that it allows direct access to its member variables (for efficiency).
However, by convention, other classes will never assign to those members
directly but call setters.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.