| java.lang.Object net.sf.retrotranslator.runtime.java.io._PrintStream
_PrintStream | public class _PrintStream (Code) | | author: Taras Puchko |
Inner Class :public static class PrintStreamBuilder | |
Method Summary | |
public static PrintStream | append(PrintStream printStream, CharSequence csq) | public static PrintStream | append(PrintStream printStream, CharSequence csq, int start, int end) | public static PrintStream | append(PrintStream printStream, char c) | public static OutputStream | convertConstructorArguments(File file) | public static OutputStream | convertConstructorArguments(String fileName) | public static PrintStreamBuilder | createInstanceBuilder(File file, String csn) | public static PrintStreamBuilder | createInstanceBuilder(String fileName, String csn) | public static PrintStream | format(PrintStream printStream, Locale locale, String format, Object... args) | public static PrintStream | format(PrintStream printStream, String format, Object... args) | public static PrintStream | printf(PrintStream printStream, Locale locale, String format, Object... args) | public static PrintStream | printf(PrintStream printStream, String format, Object... args) |
|
|