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

Pull in readOne and readMultiple from #282

Open
kenjdavidson opened this issue Nov 21, 2023 · 0 comments
Open

Pull in readOne and readMultiple from #282

kenjdavidson opened this issue Nov 21, 2023 · 0 comments
Labels
android enhancement New feature or request

Comments

@kenjdavidson
Copy link
Owner

kenjdavidson commented Nov 21, 2023

The following fork has some helper methods that seem promising:

99b785f

  • readOne()
  • readMultiple()

although they are shortcuts to bypass the whole string delimiter and get it working like a ByteArray. Both of which can actually by done in combination with:

  • available()
  • read() in a loop based on available()

These are also not implemented on the IOS side in this fork, that will need to be done.

@kenjdavidson kenjdavidson added enhancement New feature or request android labels Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant