this._in = in;
return _in;
if (_in instanceof IndefiniteLengthInputStream) { ((IndefiniteLengthInputStream)_in).setEofOn00(on); }
ByteArrayOutputStream bOut = new ByteArrayOutputStream(); int b = 0; while ((b = this.read()) >= 0) { bOut.write(b); } return bOut.toByteArray();