kongdeqiang
2023-03-01 b5265214f54d17c527f7f74c0cb1fff0489635e2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
// ------------------------------------------------------------------------------
//  <autogenerated>
//      This code was generated by jni4net. See http://jni4net.sourceforge.net/
//
//      Changes to this file may cause incorrect behavior and will be lost if
//      the code is regenerated.
//  </autogenerated>
// ------------------------------------------------------------------------------
 
package com.boying.entity.jvm;
 
@net.sf.jni4net.attributes.ClrType
public class ResultData extends system.Object {
 
    //<generated-proxy>
    private static system.Type staticType;
 
    protected ResultData(net.sf.jni4net.inj.INJEnv __env, long __handle) {
            super(__env, __handle);
    }
 
    @net.sf.jni4net.attributes.ClrConstructor("()V")
    public ResultData() {
            super(((net.sf.jni4net.inj.INJEnv)(null)), 0);
        jvm.ledshow.ResultData.__ctorResultData0(this);
    }
 
    @net.sf.jni4net.attributes.ClrMethod("()V")
    private native static void __ctorResultData0(net.sf.jni4net.inj.IClrProxy thiz);
 
    @net.sf.jni4net.attributes.ClrMethod("()I")
    public native int getlenth();
 
    @net.sf.jni4net.attributes.ClrMethod("(I)V")
    public native void setlenth(int value);
 
    @net.sf.jni4net.attributes.ClrMethod("()[B")
    public native byte[] getdatas();
 
    @net.sf.jni4net.attributes.ClrMethod("([B)V")
    public native void setdatas(byte[] value);
 
    public static system.Type typeof() {
        return jvm.ledshow.ResultData.staticType;
    }
 
    private static void InitJNI(net.sf.jni4net.inj.INJEnv env, system.Type staticType) {
        jvm.ledshow.ResultData.staticType = staticType;
    }
    //</generated-proxy>
}