Class DefaultLocalMediaFileCacheService.MediaCacheFileInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FileInputStream
-
- de.hybris.platform.media.storage.impl.DefaultLocalMediaFileCacheService.MediaCacheFileInputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
- Enclosing class:
- DefaultLocalMediaFileCacheService
public static class DefaultLocalMediaFileCacheService.MediaCacheFileInputStream extends java.io.FileInputStream
-
-
Constructor Summary
Constructors Constructor Description MediaCacheFileInputStream(java.io.File file, DefaultLocalMediaFileCacheService.MediaCacheUnit cacheUnit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()-
Methods inherited from class java.io.FileInputStream
available, finalize, getChannel, getFD, read, read, read, skip
-
-
-
-
Constructor Detail
-
MediaCacheFileInputStream
public MediaCacheFileInputStream(java.io.File file, DefaultLocalMediaFileCacheService.MediaCacheUnit cacheUnit) throws java.io.FileNotFoundException- Throws:
java.io.FileNotFoundException
-
-