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

/openjdk7/jdk/src/share/classes/sun/net/www/http/
H A DChunkedOutputStream.java38 private static final int CRLF_SIZE = CRLF.length; field in class:ChunkedOutputStream
40 private static final int FOOTER_SIZE = CRLF_SIZE;
66 return (Integer.toHexString(size)).length() + CRLF_SIZE;

Completed in 26 milliseconds