IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
PrintStreamAccessor.cs
Go to the documentation of this file.
2{
3
4#if FIRST_PASS == false && EXPORTER == false && IMPORTER == false
5
9 internal sealed class PrintStreamAccessor : Accessor
10 {
11
12
17 public PrintStreamAccessor(AccessorTypeResolver resolver) :
18 base(resolver, "java.io.PrintStream")
19 {
20
21 }
22
23 }
24
25#endif
26
27}