Searched defs:decode (Results 1 – 4 of 4) 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
161 String decode(String encoded) throws IllegalArgumentException { in decode() method in FakeTest