Skip to content
Commit 6a3e7041 authored by Ceki Gulcu's avatar Ceki Gulcu
Browse files

- The Encoder interface is handed an ObjectStream when the

init(ObjectStream) method is called. The Encoder needs to reference
the OS passed to it in future operations. The enclosing Appender is
responsible of signaling the Encoder when the current OS is closed (by
invoking encopder.close()) and when a new one is opened (by invoking
encoder.inig(os));

- All tests pass.
parent d2e55bbf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment