mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
33 lines
1.0 KiB
XML
Executable File
33 lines
1.0 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="file://C:/Documents%20and%20Settings/kevin.glynn/My%20Documents/CS2JLibrary/Translation.xsd"
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<Name>System.IO.TextReader</Name>
|
|
<Java>BufferedReader</Java>
|
|
<Inherits>
|
|
<Type>System.IDisposable</Type>
|
|
</Inherits>
|
|
<Imports>
|
|
<Import>java.io.*</Import>
|
|
</Imports>
|
|
<Methods>
|
|
<Method>
|
|
<Return>System.Void</Return>
|
|
<Name>Close</Name>
|
|
<Java>${this}.close()</Java>
|
|
</Method>
|
|
<Method>
|
|
<Return>System.String</Return>
|
|
<Name>ReadLine</Name>
|
|
<Java>${this}.readLine()</Java>
|
|
</Method>
|
|
<Method>
|
|
<Return>System.String</Return>
|
|
<Name>ReadToEnd</Name>
|
|
<Imports>
|
|
<Import>RusticiSoftware.System.IO.TextReaderSupport</Import>
|
|
</Imports>
|
|
<Java>TextReaderSupport.readToEnd(${this})</Java>
|
|
</Method>
|
|
</Methods>
|
|
</Class> |