document.write(' <CODE lang="java">');
document.write('// iu --> any InputStream ');
document.write('byte[] b = new byte[iu.available()];');
document.write('iu.read(b);');
document.write('</CODE> ');
document.write('<br />&nbsp;<br /><div style="font-size: 12px">Brought to you by the community at <a href="http://www.bytemycode.com/snippets/snippet/749/1/" target="_blank">byteMyCode</a>.</div>');
