/// <param name="e">The EventArgs object containing the packet data</param>
protected void FetchInventoryReplyHandler(Object sender, PacketReceivedEventArgs e) throws UnsupportedEncodingException
{
Packet packet = e.getPacket();
FetchInventoryReplyPacket reply = (FetchInventoryReplyPacket)packet;
for(FetchInventoryReplyPacket.InventoryDataBlock dataBlock : reply.InventoryData)
{
if (dataBlock.InvType == (byte)InventoryType.Folder.getIndex())
{