Interface PlantUmlEncoder
- All Known Implementing Classes:
PlantUmlEncoderImpl
public interface PlantUmlEncoder
PlantUML encoder that adds support for encoding diagram description, compressed by deflate algorithm,
in a Base64-like format for further sending as a URL parameter
-
Method Summary
-
Method Details
-
encode
Provides encoding in a base64-like format.- Parameters:
compressedData- a base64-encoded, compressed by deflate algorithm, string description of the chart to be re-encoded- Returns:
- a string description of the chart, encoded in a base64-like format
-