Class GloballySharedInputStream

java.lang.Object
java.io.InputStream
org.broadleafcommerce.common.file.service.GloballySharedInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class GloballySharedInputStream extends InputStream
This class serves as a marker interface to indicate that the resource comes from a shared area of the filesystem. It allows multi-site implementations to only generate one copy of assets that are being resized.
Author:
bpolster