Interface FileWriter


public interface FileWriter
The FileWriter interface provides a method for writing data to files.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Writes data to a file as specified by the given FileWriteRequest.