Class BlockSender

java.lang.Object
java.lang.Thread
de.das.encrypter.processors.BlockSender
All Implemented Interfaces:
Runnable

public class BlockSender extends Thread
The task of the block sender is to send a given byte array in portions via UDP to a receiver. The division into smaller blocks is necessary for large byte arrays because the data sent via UDP is limited in size.