Searched refs:writeUnquotedUTF8 (Results 1 – 3 of 3) sorted by relevance
145 int writeUnquotedUTF8(OutputStream out) throws IOException; in writeUnquotedUTF8() method
31 assertEquals(INPUT.length(), sstr.writeUnquotedUTF8(bytes)); in testAppending()
210 public int writeUnquotedUTF8(OutputStream out) throws IOException { in writeUnquotedUTF8() method in SerializedString