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