OSM-binary/src.java/crosby/binary
Scott Crosby 8a7f784de2 Change API for invoking per-type primitivegroup serializers.
Before, when calling the per-type serializer, we passed it the
encapsulating primitiveblock, into which it would place a newly allocated
primitive group.

Instead, have it return the new group, and then we store in the primitive
block. This will help with re-using per-type serializers for serializing
into non-primitiveblocks.
2010-09-08 07:47:23 -05:00
..
file Be a bit more careful with error handling and printing warning messages. 2010-09-02 07:42:30 -05:00
BinaryParser.java Make the granularity state protected instead of private. 2010-09-01 15:19:35 -05:00
BinarySerializer.java Change API for invoking per-type primitivegroup serializers. 2010-09-08 07:47:23 -05:00
StringTable.java Don't sort the first 127 entries in the string table. 2010-09-02 14:22:41 -05:00