MemoryFileSystem

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

MemoryFileSystem

Sven Van Caekenberghe-2
Hi,

In MemoryFileSystem the class MemoryWriteStream seems dead code. Agreed ?

In class MemoryFileWriteStream the IV writeStream seems to be used and could be removed. Agreed ?

MemoryFileWriteStream>>#close must first do a #flush. Right ?

I need these for fixing https://pharo.fogbugz.com/f/cases/22466/Add-readWriteStream-and-readWriteStreamDo-in-FileSystem but these are actually a bit independent.

Sven