You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bahir.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2018/07/29 16:04:00 UTC

[jira] [Updated] (BAHIR-172) Avoid FileInputStream/FileOutputStream

     [ https://issues.apache.org/jira/browse/BAHIR-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu updated BAHIR-172:
-------------------------
    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.

  was: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.


> Avoid FileInputStream/FileOutputStream
> --------------------------------------
>
>                 Key: BAHIR-172
>                 URL: https://issues.apache.org/jira/browse/BAHIR-172
>             Project: Bahir
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Minor
>
> 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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)