Interface MyLzwCompressor.Listener
-
- Enclosing class:
- MyLzwCompressor
public static interface MyLzwCompressor.Listener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearCode(int code)
void
dataCode(int code)
void
eoiCode(int code)
void
init(int clearCode, int eoiCode)
-