public interface ITempFile
Temp files are responsible for managing the actual temporary storage and cleaning themselves up when no longer needed.
void
delete()
String
getName()
OutputStream
open()
void delete() throws Exception
Exception
String getName()
OutputStream open() throws Exception
Copyright © 2012–2020 nanohttpd. All rights reserved.