wrapFile abstract method

  1. @protected
File wrapFile(
  1. File delegate
)

Creates a new file with the same file system as this entity and backed by the specified delegate.

Implementation

@protected
File wrapFile(io.File delegate);