earthkit.geo.utils.stream

Attributes

Classes

Module Contents

earthkit.geo.utils.stream.LAST_TAG = 22
earthkit.geo.utils.stream.TAG_BLOB = 16
earthkit.geo.utils.stream.TAG_CHAR = 3
earthkit.geo.utils.stream.TAG_DOUBLE = 14
earthkit.geo.utils.stream.TAG_END_OBJ = 2
earthkit.geo.utils.stream.TAG_END_REC = 19
earthkit.geo.utils.stream.TAG_EOF = 20
earthkit.geo.utils.stream.TAG_EXCEPTION = 17
earthkit.geo.utils.stream.TAG_FLOAT = 13
earthkit.geo.utils.stream.TAG_INT = 5
earthkit.geo.utils.stream.TAG_LARGE_BLOB = 21
earthkit.geo.utils.stream.TAG_LONG = 9
earthkit.geo.utils.stream.TAG_LONG_LONG = 11
earthkit.geo.utils.stream.TAG_NAME = ('0', 'start of object', 'end of object', 'char', 'unsigned char', 'int', 'unsigned int',...
earthkit.geo.utils.stream.TAG_SHORT = 7
earthkit.geo.utils.stream.TAG_START_OBJ = 1
earthkit.geo.utils.stream.TAG_START_REC = 18
earthkit.geo.utils.stream.TAG_STRING = 15
earthkit.geo.utils.stream.TAG_UNSIGNED_CHAR = 4
earthkit.geo.utils.stream.TAG_UNSIGNED_INT = 6
earthkit.geo.utils.stream.TAG_UNSIGNED_LONG = 10
earthkit.geo.utils.stream.TAG_UNSIGNED_LONG_LONG = 12
earthkit.geo.utils.stream.TAG_UNSIGNED_SHORT = 8
earthkit.geo.utils.stream.TAG_ZERO = 0