Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CBitStream File Targets #15

Open
Ragora opened this issue Aug 18, 2015 · 0 comments
Open

CBitStream File Targets #15

Ragora opened this issue Aug 18, 2015 · 0 comments

Comments

@Ragora
Copy link
Member

Ragora commented Aug 18, 2015

The CBitStream (or a type deriving from it) should support filesystem targets. Reads may occur in blocks (whose size is probably specified via a template) where it unpacks from memory until a new block is to be read from disk. Writing is effectively the same way, which means that it should also flush any unwritten buffer data to disk when destructed before closing the file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant