java clear string buffer

StringBuffer sb = new StringBuffer();
sb.append("abc");
sb.setLength(0);
Good Gentoo