de.mid.innovator.net
Class InoNetReceiveImpl

java.lang.Object
  extended by de.mid.innovator.net.InoNetReceiveImpl

public class InoNetReceiveImpl
extends Object

Helping class for receiving data from channel.

Author:
nagl

Constructor Summary
InoNetReceiveImpl()
           
 
Method Summary
static byte[] receive(SocketChannel ch)
          Read raw telegram from Channel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InoNetReceiveImpl

public InoNetReceiveImpl()
Method Detail

receive

public static byte[] receive(SocketChannel ch)
                      throws IOException,
                             InoNetException
Read raw telegram from Channel

Parameters:
ch - Channel
Returns:
bytes read
Throws:
IOException
InoNetException