Package uk.ac.cam.cl.fjava.messages

Examples of uk.ac.cam.cl.fjava.messages.DynamicObjectInputStream


    public ReceiverTask(ChatClient client) {
        this.client = client;
        try {
            is = client.getSocket().getInputStream();
            dois = new DynamicObjectInputStream(is);
        }

        catch (IOException e) {
            e.printStackTrace();
            ChatClient.printBadInput();
View Full Code Here

TOP

Related Classes of uk.ac.cam.cl.fjava.messages.DynamicObjectInputStream

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.