Package net.sourceforge.plantuml.code
Interface URLEncoder
-
- All Known Implementing Classes:
AsciiEncoder,AsciiEncoderBase64,AsciiEncoderHex
public interface URLEncoder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]decode(String s)Stringencode(byte[] data)
-