20#ifndef GEOS_IO_BYTEORDERDATAINSTREAM_H
21#define GEOS_IO_BYTEORDERDATAINSTREAM_H
23#include <geos/export.h>
28#include <geos/inline.h>
42class GEOS_DLL ByteOrderDataInStream {
46 ByteOrderDataInStream(std::istream *s=NULL);
48 ~ByteOrderDataInStream();
54 void setInStream(std::istream *s);
56 void setOrder(
int order);
58 unsigned char readByte();
79#include <geos/io/ByteOrderDataInStream.inl>
Contains the interfaces for converting JTS objects to and from other formats.
Definition Geometry.h:56
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25