Package de.mid.innovator.net
Class InoNetReceiveImpl
- java.lang.Object
- 
- de.mid.innovator.net.InoNetReceiveImpl
 
- 
 public class InoNetReceiveImpl extends java.lang.ObjectHelping class for receiving data from channel.- Author:
- nagl
 
- 
- 
Constructor SummaryConstructors Constructor Description InoNetReceiveImpl()
 - 
Method SummaryAll 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- 
receivepublic static byte[] receive(java.nio.channels.SocketChannel ch) throws java.io.IOException, InoNetExceptionRead raw telegram from Channel- Parameters:
- ch- Channel
- Returns:
- bytes read
- Throws:
- java.io.IOException
- InoNetException
 
 
- 
 
-