Searched refs:noNewLines (Results 1 – 1 of 1) sorted by relevance
129 String noNewLines = contentWithNewLines.replaceAll("\\s", ""); in construct() local130 byte[] decoded = Base64Coder.decode(noNewLines.toCharArray()); in construct()