marschall / memoryfilesystem

An in memory implementation of a JSR-203 file system
284 stars 36 forks source link

MemoryDirectoryStream should throw ClosedDirectoryStreamException #87

Open marschall opened 7 years ago

marschall commented 7 years ago

Implement Implement SecureDirectoryStream.

Note that after a MemoryDirectoryStream has been #close()d it should throw ClosedDirectoryStreamException on subsequent method invocations.