package es.uji.security.ui.applet.io;
/**
*
* This class will be in charge of input output management, it will support each method implemented
* in v1.0 as Input/Output params.
*
* */
public class IOHelper
{
int _count = 0;
public int getCount()
{
return _count;
}
}