0

I'm looking at the Files class in java 7, and I see this method

copy(InputStream, Path, CopyOptions...)

How do I read "CopyOptions...". What's the ... mean?

Steve
  • 4,457
  • 12
  • 48
  • 89
  • 1
    http://stackoverflow.com/questions/4211099/how-does-the-java-array-argument-declaration-syntax-work check that. – alpert Apr 17 '17 at 17:58
  • 1
    you missed the variable name after `...`. It is `copy(InputStream in, Path target, CopyOption... options)` – dumbPotato21 Apr 17 '17 at 17:58

0 Answers0