pyrasun.eio.protocols.bytearray
Class EIOByteArrayWriter
java.lang.Object
pyrasun.eio.protocols.bytearray.EIOByteArrayWriter
- All Implemented Interfaces:
- EIOWorker
- public class EIOByteArrayWriter
- extends java.lang.Object
- implements EIOWorker
EIOWorker WRITER worker for the bytearray protocol.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EIOByteArrayWriter
public EIOByteArrayWriter()
getWorkerType
public EIOEvent getWorkerType()
- Specified by:
getWorkerType in interface EIOWorker
handleEvent
public java.lang.Object handleEvent(EIOEvent event,
java.lang.Object object,
Endpoint genEndpoint)
throws java.io.IOException
- Specified by:
handleEvent in interface EIOWorker
- Throws:
java.io.IOException
Pyrasun EmberIO