Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: markspace <-@.> Newsgroups: comp.lang.java.programmer Subject: Re: Fav. Memory Stream Impl. Date: Fri, 25 Nov 2011 10:34:46 -0800 Organization: A noiseless patient Spider Lines: 15 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Fri, 25 Nov 2011 18:34:53 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="XjIWM99mD7Ijfdu600oVPA"; logging-data="3394"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/LvG4cHaH1UQUln/5KUdZ7ziK2b6n3Wbg=" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 In-Reply-To: Cancel-Lock: sha1:QFsDYR9ta3zVmdCWG/VAnpH9kLE= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:10230 On 11/25/2011 9:39 AM, Jan Burse wrote: > Dear All, > > Would be interested in a good memory stream implementation. What is a "memory stream?" Java already has bounded and unbounded queues, in thread safe and non-thread safe version. For special pruposes Java also has things like memory buffers for logging. What's the actual use model for this thing? (Esp. for those of us who don't know anything about C#/.Net)