OutpostUniverse / OP2Utility

C++ library for working with Outpost 2 related files and tasks.
MIT License
4 stars 0 forks source link

Rename BidirectionalSeekable streams #261

Closed DanRStevens closed 5 years ago

DanRStevens commented 5 years ago

I propose shortening the names of:

BidirectionalSeekableReader
BidirectionalSeekableWriter

To:

BidirectionalReader
BidirectionalWriter

I think the Seekable part is implied by Bidirectional.

Additionally, the casing of the filenames on disk can be normalized. Currently they still capitalize the "D" in "BiDirectional". As Linux uses a case sensitive filesystem, this ends up affecting the casing in the #include statements.