StandardOpenOption « nio « Java I/O Q&A





1. StandardOpenOption.SYNC vs StandardOpenOption.DSYNC    stackoverflow.com

  1. What is the difference between StandardOpenOption.SYNC and StandardOpenOption.DSYNC?
  2. What kind of data loss can occur with DSYNC?
  3. What use-cases is DSYNC suited for? If you already decided to sync ...