Encode and Decode in Memory (Feature request) (General questions)
WodMailbox has two paticularly objects I regularly use, 'Decoder' and 'Encoder'. However, the only options for the various Methods supplied is to provide an 'InFile' and 'OutFile'. Would it be possible for you to provide an option to do this in memory? I am using this with an application where everything is in a database. It adds extra steps to extract the data from a database into memory, store to a file, and then read from a file back into memory. I would prefer to be able to extract from DB in memory, and process it with the Encode/Decode methods in memory.
Is this easy enough an option to add? with the option to pass the String or Byte Array data in memory, and also to have the result returned in memory. It would be needed across all Encode and Decode methods (Base64,BinHex4,QuotedPrintable,Uudecode).
I actually run into this need across several of the fine components of yours that I use - where my only option is to store to file, or read from file - when I would prefer to work in memory only, and not require the file system for data manipulation (The WebServer control is one example).
Thanks for making such a great product
Complete thread:
- Encode and Decode in Memory (Feature request) - D Waters, 2006-11-27, 20:27
- Re: Encode and Decode in Memory (Feature request) - wodSupport, 2006-11-28, 01:00
- Re: Encode and Decode in Memory (Feature request) - D Waters, 2006-11-28, 02:19
- Re: Encode and Decode in Memory (Feature request) - wodSupport, 2006-11-28, 02:49
- Re: Encode and Decode in Memory (Feature request) - D Waters, 2006-11-28, 13:54
- Re: Encode and Decode in Memory (Feature request) - wodSupport, 2006-11-29, 02:54
- Re: Encode and Decode in Memory (Feature request) - D Waters, 2006-11-29, 04:56
- Re: Encode and Decode in Memory (Feature request) - wodSupport, 2006-11-30, 01:31
- Re: Encode and Decode in Memory (Feature request) - D Waters, 2006-11-29, 04:56
- Re: Encode and Decode in Memory (Feature request) - wodSupport, 2006-11-29, 02:54
- Re: Encode and Decode in Memory (Feature request) - D Waters, 2006-11-28, 13:54
- Re: Encode and Decode in Memory (Feature request) - wodSupport, 2006-11-28, 02:49
- Re: Encode and Decode in Memory (Feature request) - D Waters, 2006-11-28, 02:19
- Re: Encode and Decode in Memory (Feature request) - wodSupport, 2006-11-28, 01:00