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

Add FFI::Buffer#read_string #364

Open
postmodern opened this issue Aug 20, 2014 · 5 comments · May be fixed by #380
Open

Add FFI::Buffer#read_string #364

postmodern opened this issue Aug 20, 2014 · 5 comments · May be fixed by #380

Comments

@postmodern
Copy link
Contributor

Oddly enough, FFI::Buffer#read_string is missing.

@postmodern
Copy link
Contributor Author

Perhaps we should extract all read_ methods into a module that can be injected into FFI::Pointer and FFI::Buffer.

@djberg96
Copy link
Contributor

It would be handy, yes. +1

@tduehr
Copy link
Member

tduehr commented Oct 15, 2014

@postmodern would read_string just basically be an alias of get_string?

@postmodern
Copy link
Contributor Author

@tduehr would probably be get_string(0,length).

@tduehr
Copy link
Member

tduehr commented Oct 17, 2014

Something like #380 ?

@tduehr tduehr linked a pull request Oct 17, 2014 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants