Skip to content
  1. Mar 08, 2010
  2. Mar 05, 2010
  3. Mar 04, 2010
  4. Mar 03, 2010
  5. Mar 01, 2010
  6. Feb 27, 2010
  7. Feb 25, 2010
  8. Feb 24, 2010
  9. Feb 23, 2010
  10. Feb 22, 2010
  11. Feb 21, 2010
  12. Feb 20, 2010
  13. Feb 19, 2010
    • Ceki Gulcu's avatar
      - The Encoder interface is handed an ObjectStream when the · 6a3e7041
      Ceki Gulcu authored
      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.
      6a3e7041
  14. Feb 18, 2010