Package iu.type

Class ComponentTarget

java.lang.Object
iu.type.ComponentTarget
All Implemented Interfaces:
AutoCloseable

class ComponentTarget extends Object implements AutoCloseable
Writes entries to a Component's dedicated temporary path files.
  • Constructor Details

    • ComponentTarget

      ComponentTarget(Path path) throws IOException
      Creates a new target at a given temporary file location.
      Parameters:
      path - temp file path
      Throws:
      IOException - If an I/O error occurs writing to the file
  • Method Details