Resource$class.java
1.86 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* com.adobe.forms.rm.Resource$$anonfun
* com.adobe.forms.rm.Resource$$anonfun$sourceAsString
* scala.Function0
* scala.None
* scala.None$
* scala.Option
* scala.runtime.AbstractFunction0
*/
package com.adobe.forms.rm;
import com.adobe.forms.logging.PerfLogger$;
import com.adobe.forms.rm.Resource;
import com.adobe.forms.rm.Resource$;
import scala.Function0;
import scala.None;
import scala.Option;
import scala.runtime.AbstractFunction0;
public abstract class Resource$class {
public static String sourceAsString(Resource $this, String encoding$1) {
return (String)PerfLogger$.MODULE$.measure((Function0<Object>)new scala.Serializable($this){
public static final long serialVersionUID;
public static {
long l = Resource$.anonfun.sourceAsString.serialVersionUID = 0;
}
public final String apply() {
return "Resource.sourceAsString";
}
}, new scala.Serializable($this, encoding$1){
public static final long serialVersionUID;
private final Resource $outer;
private final String encoding$1;
public static {
long l = Resource$.anonfun.sourceAsString.serialVersionUID = 0;
}
public final String apply() {
return new String(this.$outer.source(), this.encoding$1);
}
});
}
public static Option resKey(Resource $this) {
return None..MODULE$;
}
public static long size(Resource $this) {
return $this.source().length;
}
public static long lastModifiedTime(Resource $this) {
return 0;
}
public static boolean isTrusted(Resource $this) {
return false;
}
public static void $init$(Resource $this) {
}
}