| 603 | static const bool DefaultIsLittleEndian = true; |
| 604 | |
| 605 | PDAL_EXPORT ISwitchableStream() : m_isLittleEndian(DefaultIsLittleEndian) |
| 606 | {} |
| 607 | |
| 608 | PDAL_EXPORT ISwitchableStream(const std::string& filename) |
| 609 | : IStream(filename) |
nothing calls this directly
no outgoing calls
no test coverage detected