Interface InputEntity.CleanableFile

All Superinterfaces:
AutoCloseable, Closeable
Enclosing interface:
InputEntity

public static interface InputEntity.CleanableFile extends Closeable
CleanableFile is the result type of InputEntity.fetch(java.io.File, byte[]). It should clean up any temporary resource on Closeable.close().
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface java.io.Closeable

    close
  • Method Details