Uploaded image for project: 'Kylin'
  1. Kylin
  2. KYLIN-3431

Avoid FileInputStream/FileOutputStream

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • Backlog
    • None

    Description

      They rely on finalizers (before Java 11), which create unnecessary GC load.
      The alternatives, Files.newInputStream, are as easy to use and don't have this issue.

      Attachments

        Activity

          People

            Unassigned Unassigned
            yuzhihong@gmail.com Ted Yu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: