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 support for serializing using java.io.DataOutput #276

Closed
cowtowncoder opened this issue May 2, 2016 · 1 comment
Closed

Add support for serializing using java.io.DataOutput #276

cowtowncoder opened this issue May 2, 2016 · 1 comment
Milestone

Comments

@cowtowncoder
Copy link
Member

Some frameworks use java.io.DataOutput as output target. While it is possible to write a simple wrapper that implements InputStream over given DataOutput, it makes sense to:

  1. Implement such wrapper internally, as baseline, for convenience; this will work for all backends
  2. Also implement simple non-delegating version for backends for more efficient output

This should be doable for 2.8, esp. part (1).

@cowtowncoder cowtowncoder added this to the 2.8.0 milestone May 4, 2016
@cowtowncoder
Copy link
Member Author

Implemented by a simple wrapper so that internally OutputStream functionality is included over DataOutput provided by caller.

cowtowncoder added a commit that referenced this issue May 4, 2016
@cowtowncoder cowtowncoder changed the title (2.8) Add support for serializing using java.io.DataOutput Add support for serializing using java.io.DataOutput May 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant