Skip to content

Instantly share code, notes, and snippets.

View trzecieu's full-sized avatar

Piotr Paczkowski (trzeci.eu) trzecieu

View GitHub Profile
package pl.asria.tools.data.secure {
public class sInt
{
protected var _lifespan:int;
protected var _counter:int;
protected var _value:int;
protected var _lock:int;
public function sIntR(val:int = 0, lifespan:int = 16)
{