Searched defs:putInt24 (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/ssl/
H A DHandshakeOutStream.java169 void putInt24(int i) throws IOException { method in class:HandshakeOutStream
217 putInt24(0);
222 putInt24(b.length);

Completed in 48 milliseconds