예제 #1
0
 public StreamHandler(OutputStream arg0, Formatter arg1)
     : base(ProxyCtor.I)
 {
     Instance.CallConstructor("(Ljava/io/OutputStream;Ljava/util/logging/Formatter;)V", arg0, arg1);
 }
예제 #2
0
 public void setFormatter(Formatter arg0)
 {
     Instance.CallMethod("setFormatter", "(Ljava/util/logging/Formatter;)V", arg0);
 }