@NonNullByDefault
Package io.github.sebasbaumh.postgis.binary
Binary parser package.
- Author:
- Sebastian Baumhekel
-
Interface Summary Interface Description ValueGetter.IntBuilder Builder for an int from a byte sequence.ValueGetter.LongBuilder Builder for a long from a byte sequence. -
Class Summary Class Description BinaryParser Parse binary representation of geometries.BinaryValueGetter Allows reading values from a byte array.BinaryValueSetter Allows writing values to a byte array in little endian format.BinaryWriter Create binary representation of geometries.StringValueGetter Allows reading values from a string.StringValueSetter Allows writing values as a string in little endian encoding and hex format.ValueGetter A base class for value readers.ValueSetter A base class for value setters.