Issue 64814 - MemoryStreams needs to have ReadOnly StreamMode
Summary: MemoryStreams needs to have ReadOnly StreamMode
Status: CONFIRMED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: 680m164
Hardware: All All
: P3 Trivial with 2 votes (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks: 76327
  Show dependency tree
 
Reported: 2006-04-27 10:03 UTC by sven.jacobi
Modified: 2017-05-20 10:48 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description sven.jacobi 2006-04-27 10:03:14 UTC
This is a follow up from 132483. To be able to set a readonly mode we had to
switch from a memory stream to a temporary files stream. Because of performance
reasons the switch should be taken back by providing a readonly mode to our
memory stream.
Comment 1 sven.jacobi 2006-04-27 16:08:15 UTC
sj->mba: I hope you are the proper person for this enhancement or are at least
knowing who might be responsible.
Comment 2 Mathias_Bauer 2006-05-10 08:41:33 UTC
We need this because damaged files can force seek forwards to huge stream
positions and we run out of memory. We need a "read only" memory stream with a
fixed size that does not enlarge its buffer when it shall be seeked past end.
Comment 3 Mathias_Bauer 2006-05-10 08:41:57 UTC
setting target
Comment 4 Mathias_Bauer 2008-01-11 10:13:58 UTC
target 3.0
Comment 5 Mathias_Bauer 2008-06-05 15:02:51 UTC
3.x
Comment 6 Marcus 2017-05-20 10:48:13 UTC
Reset assigne to the default "issues@openoffice.apache.org".