/** * Classes implementing FileInterface and Directory according to a pass through implementation (no * storage since data are just pass through this interface) * * @apiviz.landmark */ package org.waarp.common.file.passthrough;