https://issues.apache.org/bugzilla/show_bug.cgi?id=56956

Nick Burch <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Nick Burch <[email protected]> ---
The File constructor is read only, as it mirrors the InputStream one. The
InputStream one is read only to match that of POIFS, which is always read only
when opened for reading as it doesn't support in-place updates. NPOIFS can do
in-place updates if you want it to, which is why it needs to offer read+write
options

I've applied your patch in r1624226, along with a few related javadoc tweaks to
hopefully make read or write clear, thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to