Searched refs:CRLF (Results 1 – 2 of 2) sorted by relevance
46 version CRLF119 entity-headers := [ content CRLF ]120 [ encoding CRLF ]121 [ id CRLF ]122 [ description CRLF ]123 *( MIME-extension-field CRLF )
239 private static final byte[] CRLF = new byte[] {'\r', '\n'}; field in Base64.Encoder243 static final Encoder RFC2045 = new Encoder(false, CRLF, MIMELINEMAX, true);