Searched refs:writeLongUTF (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
H A DObjectOutputStream.java1349 bout.writeLongUTF(str, utflen);
2250 void writeLongUTF(String s) throws IOException { method in class:ObjectOutputStream.BlockDataOutputStream
2251 writeLongUTF(s, getUTFLength(s));
2258 void writeLongUTF(String s, long utflen) throws IOException { method in class:ObjectOutputStream.BlockDataOutputStream

Completed in 122 milliseconds