Searched defs:decode (Results 1 – 3 of 3) sorted by relevance
50 public static String decode(@Nonnull ByteBuffer bytes, int length, @Nonnull GPFlags flags) in decode() method in EncodeUtils70 public static String decode(@Nonnull byte[] data, @Nonnull GPFlags flags) { in decode() method in EncodeUtils82 private static String decode(@Nonnull byte[] data, @Nonnull Charset charset) { in decode() method in EncodeUtils
41 def decode(logline): function
61 public static byte[] decode(String encoded) { in decode() method in HexEncoding