Pipe$SourceChannel.h 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_nio_channels_Pipe$SourceChannel__
  3. #define __java_nio_channels_Pipe$SourceChannel__
  4. #pragma interface
  5. #include <java/nio/channels/spi/AbstractSelectableChannel.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace java
  10. {
  11. namespace nio
  12. {
  13. class ByteBuffer;
  14. namespace channels
  15. {
  16. class Pipe$SourceChannel;
  17. namespace spi
  18. {
  19. class SelectorProvider;
  20. }
  21. }
  22. }
  23. }
  24. }
  25. class java::nio::channels::Pipe$SourceChannel : public ::java::nio::channels::spi::AbstractSelectableChannel
  26. {
  27. public: // actually protected
  28. Pipe$SourceChannel(::java::nio::channels::spi::SelectorProvider *);
  29. public:
  30. virtual jint validOps();
  31. virtual jint read(::java::nio::ByteBuffer *) = 0;
  32. virtual jlong read(JArray< ::java::nio::ByteBuffer * > *, jint, jint) = 0;
  33. virtual jlong read(JArray< ::java::nio::ByteBuffer * > *) = 0;
  34. static ::java::lang::Class class$;
  35. };
  36. #endif // __java_nio_channels_Pipe$SourceChannel__