// iu --> any InputStream byte[] b = new byte[iu.available()]; iu.read(b);