You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Implement such wrapper internally, as baseline, for convenience; this will work for all backends
Also implement simple non-delegating version for backends for more efficient output