Uses of Class
jetbrains.buildServer.vcs.patches.diff.Base85x.Base85FormatException
-
Packages that use Base85x.Base85FormatException Package Description jetbrains.buildServer.vcs.patches.diff -
-
Uses of Base85x.Base85FormatException in jetbrains.buildServer.vcs.patches.diff
Methods in jetbrains.buildServer.vcs.patches.diff that throw Base85x.Base85FormatException Modifier and Type Method Description static byte[]Base85x. decode(char[] data)static byte[]Base85x. decode(String data)static intBase85x. decodeChar(char c)static char[]Base85x. encode(byte[] data, int length)static charBase85x. encodeChar(int i)
-