static public int Clear(IntPtr l) { try { SLua.ByteArray self = (SLua.ByteArray)checkSelf(l); self.Clear(); pushValue(l, true); return(1); } catch (Exception e) { return(error(l, e)); } }