gnu_java_nio_FileChannelImpl.h 799 B

1234567891011121314151617181920212223242526272829303132
  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <jni.h>
  3. #ifndef __gnu_java_nio_FileChannelImpl__
  4. #define __gnu_java_nio_FileChannelImpl__
  5. #ifdef __cplusplus
  6. extern "C"
  7. {
  8. #endif
  9. #undef gnu_java_nio_FileChannelImpl_READ
  10. #define gnu_java_nio_FileChannelImpl_READ 1L
  11. #undef gnu_java_nio_FileChannelImpl_WRITE
  12. #define gnu_java_nio_FileChannelImpl_WRITE 2L
  13. #undef gnu_java_nio_FileChannelImpl_APPEND
  14. #define gnu_java_nio_FileChannelImpl_APPEND 4L
  15. #undef gnu_java_nio_FileChannelImpl_EXCL
  16. #define gnu_java_nio_FileChannelImpl_EXCL 8L
  17. #undef gnu_java_nio_FileChannelImpl_SYNC
  18. #define gnu_java_nio_FileChannelImpl_SYNC 16L
  19. #undef gnu_java_nio_FileChannelImpl_DSYNC
  20. #define gnu_java_nio_FileChannelImpl_DSYNC 32L
  21. #ifdef __cplusplus
  22. }
  23. #endif
  24. #endif /* __gnu_java_nio_FileChannelImpl__ */