Package com.logicaldoc.util.io
Utility classes to execute external commands
- Since:
- 1.0
-
Class Summary Class Description AutoDeleteInputStream Wrapper around a standard InputStream that deletes the file after closing.AutoDeleteZipInputStream Same as ZipInputStream but deletes the file after closing.FileUtil This class manages I/O operations with files.IOUtil JarUtil This class is for handling with jar-files.LimitedInputStream This is a decorator that limits a given input stream to a maximum sizeNetUtil Some network utility methods.P7M Use this class to read data from a .p7m file that a signed fileResourceUtil Utiliry class for classpath resources IO issuesZipInputStream Wrapper around a standard AutoDeleteZipInputStream that avoids the CRC checks on stream closure.ZipUtil This class is for handling with zip-files.