< prev index next >

src/java.rmi/share/classes/sun/rmi/transport/proxy/HttpInputStream.java

Print this page

        

*** 43,52 **** --- 43,53 ---- /** * Create new filter on a given input stream. * @param in the InputStream to filter from */ + @SuppressWarnings("deprecation") public HttpInputStream(InputStream in) throws IOException { super(in); if (in.markSupported())
< prev index next >