mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Beat the Kryoflux stream reader into enough shape that it will handle the weird
Kryoflux index markers; refactor it to use Bytes rather than raw streams (because streams in C++ are terrible).
This commit is contained in:
@@ -20,6 +20,7 @@ public:
|
||||
}
|
||||
|
||||
Fluxmap& appendInterval(uint32_t ticks);
|
||||
Fluxmap& appendPulse();
|
||||
Fluxmap& appendIndex();
|
||||
|
||||
Fluxmap& appendBytes(const Bytes& bytes);
|
||||
|
||||
Reference in New Issue
Block a user