< prev index next >

src/java.rmi/share/classes/sun/rmi/log/LogInputStream.java

Print this page

        

*** 33,43 **** private int length; /** * Creates a log input file with the specified system dependent * file descriptor. ! * @param fd the system dependent file descriptor * @param length the total number of bytes allowed to be read * @exception IOException If an I/O error has occurred. */ public LogInputStream(InputStream in, int length) throws IOException { this.in = in; --- 33,43 ---- private int length; /** * Creates a log input file with the specified system dependent * file descriptor. ! * @param in the system dependent file descriptor * @param length the total number of bytes allowed to be read * @exception IOException If an I/O error has occurred. */ public LogInputStream(InputStream in, int length) throws IOException { this.in = in;
< prev index next >