- 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
Please register or sign in to comment