public interface Encoder
| Modifier and Type | Method and Description |
|---|---|
void |
encode(Component component,
OutputStream stream)
Encode the specified component on the specified stream
|
void encode(Component component, OutputStream stream) throws IOException, EncoderException
component - componentstream - an outputstreamIOException - an exceptionEncoderException - an encoder exceptionCopyright © 2018. All rights reserved.