Property | Type | Description | |
---|---|---|---|
FileID | int | ||
FileSize | int |
Method | Description | |
---|---|---|
GetPartitionnedPackets ( ) : |
Return the Partitionned packets stored in the array list
|
|
PacketPartitionner ( int FileID, int FileSize, int PacketSizeWHeader, PacketPartitionnerCBType PacketPartitionnerCBHandler ) : System |
Constructor of the PacketParitionner class, refers to a file id, file size, and packet size.
|
|
PartitionFile ( byte Data, int FileSize ) : void |
Partition a file in packets and adds the packet to the arraylist.
|
public GetPartitionnedPackets ( ) : |
||
return |
public PacketPartitionner ( int FileID, int FileSize, int PacketSizeWHeader, PacketPartitionnerCBType PacketPartitionnerCBHandler ) : System | ||
FileID | int | |
FileSize | int | |
PacketSizeWHeader | int | |
PacketPartitionnerCBHandler | PacketPartitionnerCBType | |
return | System |
public PartitionFile ( byte Data, int FileSize ) : void | ||
Data | byte | |
FileSize | int | |
return | void |