Searched defs:concat (Results 1 – 6 of 6) sorted by relevance
36 String concat = IntArray.wrap(array).toConcatString(); in concatAndParseString() local
54 public static byte[] concat(@NonNull byte[]... arrays) { in concat() method in ByteUtils
250 public static String concat(EncodedStringValue[] addr) { in concat() method in EncodedStringValue
265 public static String concat(EncodedStringValue[] addr) { in concat() method in EncodedStringValue
126 ByteArrayOutputStream concat = new ByteArrayOutputStream(); in parseSignedCertificates() local
630 final ByteBuffer concat = ByteBuffer.allocate(size).put(toByteBuffer(HDR_EMPTY)) in testConsecutiveWrites() local