Class PlantUmlEncoderImpl
java.lang.Object
io.jmix.datatools.datamodel.engine.plantuml.impl.PlantUmlEncoderImpl
- All Implemented Interfaces:
PlantUmlEncoder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final byte[]protected static final byte -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ENCODING_ALPHABET
protected static final byte[] ENCODING_ALPHABET -
PADDING
protected static final byte PADDING
-
-
Constructor Details
-
PlantUmlEncoderImpl
public PlantUmlEncoderImpl()
-
-
Method Details
-
encode
Description copied from interface:PlantUmlEncoderProvides encoding in a base64-like format.- Specified by:
encodein interfacePlantUmlEncoder- 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
-