Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!.POSTED!not-for-mail From: Jan Burse Newsgroups: comp.lang.java.programmer Subject: Re: Fav. Memory Stream Impl. Date: Fri, 25 Nov 2011 22:32:21 +0100 Organization: albasani.net Lines: 33 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.albasani.net IaAaM3BSjkt8FD7gLsFl3q1iRN8d6ARV19YXm6nPQ5dQk59n3pkQx8FbgXLSh+V9E8r/6JJsOwR2KYia/7KpD1fVc/Exbafe+E5WdKoSzRMqDeYI6YchqLrqs816ws2Q NNTP-Posting-Date: Fri, 25 Nov 2011 21:32:25 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="D1HCvkfATO7tcdhZkomQbdkeYPOMK5y8bo/BcYyNTRoyJ4/EeC02o2aTHd07kgb/NMjnU4JC25iscMhWo5UY6BGe8tQM7SErdA8WS/C0mjNw/UPClhBgpkM9tnwzq186"; mail-complaints-to="abuse@albasani.net" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110928 Firefox/7.0.1 SeaMonkey/2.4.1 In-Reply-To: Cancel-Lock: sha1:izEUVe0bWjEP/By3FDUrCYXRrlw= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:10237 markspace schrieb: > On 11/25/2011 12:23 PM, Jan Burse wrote: >> Jan Burse schrieb: >>> >>> But I guess the .NET memory streams are not cyclic. I am >>> looking for something like the .NET memory streams, so >>> that I can get rid of temporary file names in my >>> application. >> >> http://msdn.microsoft.com/en-us/library/system.io.memorystream.aspx > > > > > > > > The memory stream should be sharable. Thats why I wrote: > Requirement will be multiple readers / writers And also seekable. Thats why I wrote. > and positioning. To my knowledge ByteArrayOutputStream and ByteArrayInputStream do not satisfy these requirements. Bye