Home | History | Annotate | Download | only in io

Lines Matching refs:sbuf

296         StringBuilder sbuf = new StringBuilder();
298 sbuf.append('[');
303 sbuf.append('I');
305 sbuf.append('B');
307 sbuf.append('J');
309 sbuf.append('F');
311 sbuf.append('D');
313 sbuf.append('S');
315 sbuf.append('C');
317 sbuf.append('Z');
319 sbuf.append('V');
324 sbuf.append('L' + cl.getName().replace('.', '/') + ';');
326 return sbuf.toString();