Cosmos/source/Cosmos.System2_Plugs/System/IO
fanoI 299c155f4c Removed a lot of plugs from File: the promise is mantained it uses StreamReader / StreamWriter directly
- CosmosEncoding replacement of Encoding is not needed: Encoding runs perfectly on Cosmos!
- Added tests to BCL for UTF8Encoding
- StreamWriter does not needs a plug anymore, TextWriter is plugged instead but the plug is really the Ctor only
- Commented COSMOSDEBUG
2017-12-01 22:21:15 +01:00
..
CosmosFileSystem.cs Removed a lot of plugs from File: the promise is mantained it uses StreamReader / StreamWriter directly 2017-12-01 22:21:15 +01:00
CosmosFileSystemInfo.cs Removed a lot of plugs from File: the promise is mantained it uses StreamReader / StreamWriter directly 2017-12-01 22:21:15 +01:00
DirectoryImpl.cs Removed from DirectoryImpl.cs all the method that did not need plug anymore: CosmosFileSystem methods are called directly from Net Core code, the only remaing plugs are the ones that need IEnumerable to work. 2017-10-01 16:45:04 +02:00
DirectoryInfoImpl.cs More FAT work 2017-09-24 18:12:58 +02:00
FileImpl.cs Removed a lot of plugs from File: the promise is mantained it uses StreamReader / StreamWriter directly 2017-12-01 22:21:15 +01:00
FileStreamImpl.cs Removed a lot of plugs from File: the promise is mantained it uses StreamReader / StreamWriter directly 2017-12-01 22:21:15 +01:00
PathImpl.cs More FAT work 2017-09-24 18:12:58 +02:00
PathInternalImpl.cs StreamReader implemented but found bug in IL2CPU plug resolution :-( 2017-11-18 11:12:17 +01:00
TextWriterImpl.cs Removed a lot of plugs from File: the promise is mantained it uses StreamReader / StreamWriter directly 2017-12-01 22:21:15 +01:00