Interface OutputStreamFactory


public interface OutputStreamFactory
Factory for create OutputStream objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(File file, boolean append)
    Create an OutputStream that writes to a file and supports appending.