T - the resulting type, the "Target"S - the input type, the "Source"public interface StreamingEncoder<T,S> extends Encoder<T,S>
| Modifier and Type | Method and Description |
|---|---|
default void |
encode(S objectToEncode,
OutputStream outputStream) |
void |
encode(S objectToEncode,
OutputStream outputStream,
EncodingContext context) |
encode, encode, getContentType, getSupportedTypesdefault void encode(S objectToEncode, OutputStream outputStream) throws EncodingException
EncodingExceptionvoid encode(S objectToEncode, OutputStream outputStream, EncodingContext context) throws EncodingException
EncodingExceptionCopyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.