Package de.mid.innovator.net
Class InoNetReceiveImpl
- java.lang.Object
-
- de.mid.innovator.net.InoNetReceiveImpl
-
public class InoNetReceiveImpl extends java.lang.Object
Helping class for receiving data from channel.- Author:
- nagl
-
-
Constructor Summary
Constructors Constructor Description InoNetReceiveImpl()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
receive(java.nio.channels.SocketChannel ch)
Read raw telegram from Channel
-
-
-
Method Detail
-
receive
public static byte[] receive(java.nio.channels.SocketChannel ch) throws java.io.IOException, InoNetException
Read raw telegram from Channel- Parameters:
ch
- Channel- Returns:
- bytes read
- Throws:
java.io.IOException
InoNetException
-
-