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?
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?