wrapLink abstract method

  1. @protected
Link wrapLink(
  1. Link delegate
)

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

Implementation

@protected
Link wrapLink(io.Link delegate);