mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
want to pass stdout as a Writer
This commit is contained in:
parent
cbba3febbf
commit
5a5dabc5fe
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
This file is
|
This file is
|
||||||
@ -84,11 +84,13 @@
|
|||||||
</Methods>
|
</Methods>
|
||||||
<Properties>
|
<Properties>
|
||||||
<Property>
|
<Property>
|
||||||
<Imports />
|
<Imports>
|
||||||
<Java>System.out</Java>
|
<Import>java.io.PrintWriter</Import>
|
||||||
|
</Imports>
|
||||||
|
<Java>new PrintWriter(System.out)</Java>
|
||||||
<Type>System.IO.TextWriter</Type>
|
<Type>System.IO.TextWriter</Type>
|
||||||
<Name>Out</Name>
|
<Name>Out</Name>
|
||||||
<Get>System.out</Get>
|
<Get>new PrintWriter(System.out)</Get>
|
||||||
<Set>${this:16}.setOut(${value})</Set>
|
<Set>${this:16}.setOut(${value})</Set>
|
||||||
</Property>
|
</Property>
|
||||||
</Properties>
|
</Properties>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user