public class DefaultTempFileManager extends Object implements ITempFileManager
This class stores its files in the standard location (that is, wherever
java.io.tmpdir points to). Files are added to an internal list,
and deleted when no longer needed (that is, when clear() is
invoked at the end of processing a request).
public void clear()
clear 在接口中 ITempFileManagerpublic ITempFile createTempFile(String filename_hint) throws Exception
createTempFile 在接口中 ITempFileManagerExceptionCopyright © 2012–2020 nanohttpd. All rights reserved.