jdk/src/java.rmi/share/classes/sun/rmi/log/LogInputStream.java
changeset 30655 d83f50188ca9
parent 25859 3317bb8137f4
child 44534 a076dffbc2c1
equal deleted inserted replaced
30654:3c2e826aa5ea 30655:d83f50188ca9
    33     private int length;
    33     private int length;
    34 
    34 
    35     /**
    35     /**
    36      * Creates a log input file with the specified system dependent
    36      * Creates a log input file with the specified system dependent
    37      * file descriptor.
    37      * file descriptor.
    38      * @param fd the system dependent file descriptor
    38      * @param in the system dependent file descriptor
    39      * @param length the total number of bytes allowed to be read
    39      * @param length the total number of bytes allowed to be read
    40      * @exception IOException If an I/O error has occurred.
    40      * @exception IOException If an I/O error has occurred.
    41      */
    41      */
    42     public LogInputStream(InputStream in, int length) throws IOException {
    42     public LogInputStream(InputStream in, int length) throws IOException {
    43         this.in = in;
    43         this.in = in;