283284285286287288289290291292293
protected SystemException translate_exception(IOException e) { SystemException result; result = new MARSHAL(e.getMessage()); result.initCause(e); return result; } public abstract boolean __isLittleEndian();