Uses of Interface
de.cuioss.tools.io.FileLoader
Packages that use FileLoader
-
Uses of FileLoader in de.cuioss.tools.io
Subinterfaces of FileLoader in de.cuioss.tools.ioModifier and TypeInterfaceDescriptioninterfaceCombined interface for file loading and writing: FileLoader, FileWriterClasses in de.cuioss.tools.io that implement FileLoaderModifier and TypeClassDescriptionclassVariant ofFileLoaderthat loads files from the classpath.classFile-system based variant.classThisFileLoadertakes aURLas its parameter which is useful when e.g.Methods in de.cuioss.tools.io that return FileLoaderModifier and TypeMethodDescriptionstatic FileLoaderFileLoaderUtility.getLoaderForPath(String pathName) Returns an implementation ofFileLoadermatching to the given path.Methods in de.cuioss.tools.io with parameters of type FileLoaderModifier and TypeMethodDescriptionstatic PathFileLoaderUtility.copyFileToTemp(FileLoader source, boolean markDeleteOnExit) Helper class that copies the content of aFileLoaderto the temp-folder and references itstatic StringFileLoaderUtility.toString(FileLoader fileLoader) Convenience method for reading the content from a givenFileLoaderinto a String read as UTF-8 Stringstatic StringFileLoaderUtility.toString(FileLoader fileLoader, Charset charset) Convenience method for reading the content from a givenFileLoaderinto a Stringstatic StringFileLoaderUtility.toStringUnchecked(FileLoader fileLoader) Convenience method for reading the content from a givenFileLoaderinto a String read as UTF-8 String