Uses of Class
com.norconex.commons.lang.io.CachedStreamFactory
Packages that use CachedStreamFactory
Package
Description
Utility classes when dealing with files and directories.
-
Uses of CachedStreamFactory in com.norconex.commons.lang.io
Methods in com.norconex.commons.lang.io that return CachedStreamFactoryModifier and TypeMethodDescriptionCachedInputStream.getStreamFactory()CachedOutputStream.getStreamFactory()Methods in com.norconex.commons.lang.io with parameters of type CachedStreamFactoryModifier and TypeMethodDescriptionstatic CachedInputStreamCachedInputStream.cache(InputStream is, CachedStreamFactory streamFactory) Casts toCachedInputSteamif argument is already of that type, else create a newCachedInputStreamfrom the input stream argument using the given stream factory (or defaults ifnull).