de.mid.innovator.net
Class InoNetReceiveImpl
java.lang.Object
de.mid.innovator.net.InoNetReceiveImpl
public class InoNetReceiveImpl
- extends Object
Helping class for receiving data from channel.
- Author:
- nagl
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InoNetReceiveImpl
public InoNetReceiveImpl()
receive
public static byte[] receive(SocketChannel ch)
throws IOException,
InoNetException
- Read raw telegram from Channel
- Parameters:
ch - Channel
- Returns:
- bytes read
- Throws:
IOException
InoNetException