Package org.apache.harmony.rmi.transport

Examples of org.apache.harmony.rmi.transport.RMIObjectInputStream


     *
     * @throws IOException if an I/O error occurred during stream construction
     */
    public ObjectInput getInputStream() throws IOException {
        if (oin == null) {
            oin = new RMIObjectInputStream(conn.getInputStream(), true);
        }
        return oin;
    }
View Full Code Here

TOP

Related Classes of org.apache.harmony.rmi.transport.RMIObjectInputStream

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.