office-gobmx/registry
Stephan Bergmann 66a88dc17e UNO BYTE is signed
This is hopefully a better fix for c589fa17b8
"Dalvik enforces byte constants being in range (-128..127)."
2012-03-29 12:07:36 +02:00
..
inc UNO BYTE is signed 2012-03-29 12:07:36 +02:00
prj Be less picky with library name, match also libreg.a 2011-06-13 02:35:36 +03:00
source UNO BYTE is signed 2012-03-29 12:07:36 +02:00
test remove include of pch header from registry 2011-11-27 13:16:40 -06:00
tools Get rid of size() == 0 2012-02-19 17:07:46 +04:00
util registry: remove symbols from map file 2012-02-18 22:03:16 +01:00
workben remove include of pch header from registry 2011-11-27 13:16:40 -06:00
README more documentation and cleanups for various modules. 2012-03-06 16:29:23 +00:00
version.mk changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00

Registry reading, etc.

This provides tools for dealing with the legacy binary types database
format, still in use by extensions and the core code. While the actual
binary file format is implemented by the [[store]] code, the wrapper
that turns this into a type registry is implemented here.

While this code is primarily used in only two modes:

* linear write / concatenate
* random access read

The API unfortunately exposes a random-access write approach, which -
while ~unused needs before we can re-write this away from the store
backend.