Merged gcj-eclipse branch to trunk.
[official-gcc.git] / libjava / java / nio / channels / Pipe.h
blob771dca23e3ec5308d820048555d75ffcbf7ca539
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_nio_channels_Pipe__
5 #define __java_nio_channels_Pipe__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace java
14 namespace nio
16 namespace channels
18 class Pipe;
19 class Pipe$SinkChannel;
20 class Pipe$SourceChannel;
26 class java::nio::channels::Pipe : public ::java::lang::Object
29 public: // actually protected
30 Pipe();
31 public:
32 static ::java::nio::channels::Pipe * open();
33 virtual ::java::nio::channels::Pipe$SinkChannel * sink() = 0;
34 virtual ::java::nio::channels::Pipe$SourceChannel * source() = 0;
35 static ::java::lang::Class class$;
38 #endif // __java_nio_channels_Pipe__