Interface MyLzwCompressor.Listener

Enclosing class:
MyLzwCompressor

public static interface MyLzwCompressor.Listener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    clearCode(int code)
     
    void
    dataCode(int code)
     
    void
    eoiCode(int code)
     
    void
    init(int clearCode, int eoiCode)
     
  • Method Details

    • clearCode

      void clearCode(int code)
    • dataCode

      void dataCode(int code)
    • eoiCode

      void eoiCode(int code)
    • init

      void init(int clearCode, int eoiCode)