aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/io/Console.h
diff options
context:
space:
mode:
authorAndrew John Hughes <gandalf@gcc.gnu.org>2012-03-23 15:19:26 +0000
committerAndrew John Hughes <gandalf@gcc.gnu.org>2012-03-23 15:19:26 +0000
commit0563022a206294757effa44686727bffc4f7c2bd (patch)
treefebe3d4d4c0c994db223fee8e819bde6582494c9 /libjava/java/io/Console.h
parent21669dfe20db0246ece395db5558a081a5c7088f (diff)
downloadgcc-0563022a206294757effa44686727bffc4f7c2bd.zip
gcc-0563022a206294757effa44686727bffc4f7c2bd.tar.gz
gcc-0563022a206294757effa44686727bffc4f7c2bd.tar.bz2
Merge GNU Classpath 0.99 into libjava.
From-SVN: r185741
Diffstat (limited to 'libjava/java/io/Console.h')
-rw-r--r--libjava/java/io/Console.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/libjava/java/io/Console.h b/libjava/java/io/Console.h
new file mode 100644
index 0000000..65a3072
--- /dev/null
+++ b/libjava/java/io/Console.h
@@ -0,0 +1,36 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __java_io_Console__
+#define __java_io_Console__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+#include <gcj/array.h>
+
+
+class java::io::Console : public ::java::lang::Object
+{
+
+public:
+ static ::java::io::Console * console();
+private:
+ Console();
+public:
+ ::java::io::PrintWriter * writer();
+ ::java::io::Reader * reader();
+ ::java::io::Console * format(::java::lang::String *, JArray< ::java::lang::Object * > *);
+ ::java::io::Console * printf(::java::lang::String *, JArray< ::java::lang::Object * > *);
+ ::java::lang::String * readLine(::java::lang::String *, JArray< ::java::lang::Object * > *);
+ ::java::lang::String * readLine();
+ JArray< jchar > * readPassword(::java::lang::String *, JArray< ::java::lang::Object * > *);
+ JArray< jchar > * readPassword();
+ void flush();
+private:
+ static ::java::io::Console * console__;
+public:
+ static ::java::lang::Class class$;
+};
+
+#endif // __java_io_Console__