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 javadoc around ByteStream and Environment #170

Open
DavyLandman opened this issue May 17, 2017 · 1 comment
Open

Add javadoc around ByteStream and Environment #170

DavyLandman opened this issue May 17, 2017 · 1 comment
Assignees
Labels

Comments

@DavyLandman
Copy link

I'm trying out metal, and found some parts less documented than others.

undocumented:

  • ByteStream (for example, what should be the return value for the read when it reads past the EOF?)
  • Environment
  • ParseGraph
  • Source
  • CallBacks

next to it, there is no reference implementation forByteStream.

@jvdb jvdb self-assigned this May 17, 2017
@jvdb jvdb added this to the 6.0.0 milestone May 17, 2017
@jvdb
Copy link
Contributor

jvdb commented May 17, 2017

Will be added for the upcoming release.

A basic implementation for ByteStream exists in the util package in the test code of the core component. It is exposed in a test-jar.

@jvdb jvdb added task and removed enhancement labels May 31, 2017
@jvdb jvdb removed this from the 6.0.0 milestone Jul 26, 2017
@jvdb jvdb added this to the 7.2.0 milestone Apr 11, 2018
@jvdb jvdb removed this from the 8.0.0 milestone Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants