public interface StreamDecoder
HttpData.
Implement this interface to use content decoding schemes not built-in to the JDK.| Modifier and Type | Method and Description |
|---|---|
HttpData |
decode(HttpData obj)
|
HttpData |
finish()
Closes the decoder and returns any decoded data that may be left over.
|
Copyright © 2020 LeanCloud. All rights reserved.