Interface FileHandler

All Superinterfaces:
NoAccess
All Known Implementing Classes:
BinaryFileReader, BinaryFileWriter, TextFileReader, TextFileWriter

public interface FileHandler
extends NoAccess
  • Method Summary

    Modifier and Type Method Description
    void close()  
  • Method Details

    • close

      void close() throws java.lang.Exception
      Throws:
      java.lang.Exception