@Priority(value=4000)
public class ZstdEncoder
extends org.glassfish.jersey.spi.ContentEncoder
| Constructor and Description |
|---|
ZstdEncoder() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
decode(String contentEncoding,
InputStream encodedStream) |
OutputStream |
encode(String contentEncoding,
OutputStream entityStream) |
public InputStream decode(String contentEncoding, InputStream encodedStream) throws IOException
decode in class org.glassfish.jersey.spi.ContentEncoderIOExceptionpublic OutputStream encode(String contentEncoding, OutputStream entityStream) throws IOException
encode in class org.glassfish.jersey.spi.ContentEncoderIOExceptionCopyright © 2024. All rights reserved.