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

    Modifier and Type
    Method
    Description
    encode(byte[] compressedData)
    Provides encoding in a base64-like format.
  • Method Details

    • encode

      String encode(@Nullable byte[] compressedData)
      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