From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,1105222d4a2742f8 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!c28g2000yqd.googlegroups.com!not-for-mail From: Gautier write-only Newsgroups: comp.lang.ada Subject: Re: Ada equivalent of c++ strstream Date: Sat, 12 Sep 2009 22:58:01 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <7f203a86-e052-46b8-912f-03900b8025c4@r39g2000yqm.googlegroups.com> NNTP-Posting-Host: 83.78.89.130 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1252821481 20388 127.0.0.1 (13 Sep 2009 05:58:01 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 13 Sep 2009 05:58:01 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: c28g2000yqd.googlegroups.com; posting-host=83.78.89.130; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.14) Gecko/20080612 Fedora/2.0.0.14-20080612.fc8.acer Firefox/2.0.0.14,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:8309 Date: 2009-09-12T22:58:01-07:00 List-Id: On 12 sep, 12:50, "RasikaSriniva...@gmail.com" wrote: > is there such a package that allows get/put from/to strings? thanks > for any pointers, srini I guess you are looking for something like Unbounded_Stream in the package Zip_Streams: http://unzip-ada.sourceforge.net/za_html/zip_streams__ads.htm#52_9 (indeed the "Zip" in that package is unhappy, it is a general-purpose package (stream with name & time)) HTH _________________________________________________________ Gautier's Ada programming -- http://sf.net/users/gdemont/ NB: For a direct answer, e-mail address on the Web site!