We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698b8a5 commit cf3214fCopy full SHA for cf3214f
java.txt
@@ -1,4 +1,8 @@
1
FileInputStream
2
+FileOutputStream
3
+FileReader
4
+FileWriter
5
+RandomAccessFile
6
ObjectInputStream
7
ObjectOutputStream
8
PipedInputStream
@@ -10,3 +14,19 @@ JarOutputStream
10
14
GZIPInputStream
11
15
GZIPOutputStream
12
16
ZipFile
17
+lang.ClassLoader.defineClass
18
+net.URL.ClassLoader
19
+System.setProperty
20
+System.getProperties
21
+System.getProperty
22
+System.load
23
+System.loadLibrary
24
+awt.Robot.keyPress/keyRelease
25
+awt.Robot.mouseMove/mousePress/mouseRelease
26
+beans.Instrospector.getBeanInfo
27
+lang.Class.getDeclaredMethod
28
+lang.Class.getDeclaredField
29
+lang.Method.reflection.invoke
30
+lang.Method.field.set
31
+lang.Method.field.get
32
+javax.script.ScriptEngine.eval
0 commit comments