Searched refs:shortLength (Results 1 – 1 of 1) sorted by relevance
67 public static long countBytes(String s, boolean shortLength) throws UTFDataFormatException { in countBytes() argument79 if (shortLength && result > 65535) { in countBytes()