A BufferedReader has a constructor that takes a single InputStreamReader parameter. InputStreamReader has a constructor that takes a single InputStream parameter. Suppose there is a class WidgetInputStream that is a subclass of InputStream and suppose there is variable, wis, that refers to a WidgetInputStream object.Write an expression whose value is a reference to a newly created BufferedReader that is based on the WidgetInputStream object wis refers to.