}
String serial2str = new String(sbuff, "UTF-8");
Interpreter interpreter = Interpreter.interpr_getNewChildInterpreter();
interpreter.setSource(serial2str);
interpreter.compile();
return interpreter.execute();
}
public Node external_mutator_load_gz(Node startAt) throws Exception {
startAt.isGoodArgsCnt(1);
SELF.require_SELF_mutable();