icecube.daq.domcal
Class DOMCalCom

java.lang.Object
  extended by icecube.daq.domhub.common.messaging.StreamSerialCom
      extended by icecube.daq.domhub.common.messaging.SocketSerialCom
          extended by icecube.daq.domcal.DOMCalCom
All Implemented Interfaces:
icecube.daq.domhub.common.messaging.SerialCom

public class DOMCalCom
extends icecube.daq.domhub.common.messaging.SocketSerialCom


Constructor Summary
DOMCalCom(java.lang.String host, int port)
           
 
Method Summary
 void connect()
           
 java.lang.String receive()
           
 byte[] zRead()
          Read zipped data from dom
 
Methods inherited from class icecube.daq.domhub.common.messaging.SocketSerialCom
connect, disconnect, setHost, setPort
 
Methods inherited from class icecube.daq.domhub.common.messaging.StreamSerialCom
getInputStream, getOutputStream, receive, receive, receive, send, send, send, setInputStream, setOutputStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMCalCom

public DOMCalCom(java.lang.String host,
                 int port)
Method Detail

zRead

public byte[] zRead()
             throws java.io.IOException
Read zipped data from dom

Returns:
The inflated data
Throws:
java.io.IOException

receive

public java.lang.String receive()
                         throws java.io.IOException
Throws:
java.io.IOException

connect

public void connect()
             throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2006 IceCube Collaboration. All Rights Reserved.