public static interface MyLzwCompressor.Listener
Modifier and Type | Method and Description |
---|---|
void |
clearCode(int code) |
void |
dataCode(int code) |
void |
eoiCode(int code) |
void |
init(int clearCode,
int eoiCode) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.