From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.1 required=3.0 tests=BAYES_20,FREEMAIL_FROM, PLING_QUERY autolearn=no autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:a05:6214:b26:: with SMTP id w6mr22154137qvj.61.1624822407634; Sun, 27 Jun 2021 12:33:27 -0700 (PDT) X-Received: by 2002:a25:ca8b:: with SMTP id a133mr26234961ybg.173.1624822407379; Sun, 27 Jun 2021 12:33:27 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 27 Jun 2021 12:33:27 -0700 (PDT) Injection-Info: google-groups.googlegroups.com; posting-host=2804:14c:4c1:b99c:1b38:ebd3:db1a:39d0; posting-account=wgmHdgoAAAA-F7JItPEZjeXqFc0KdzEQ NNTP-Posting-Host: 2804:14c:4c1:b99c:1b38:ebd3:db1a:39d0 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <68f867d3-2b83-4092-a33e-0fcc78f5a24bn@googlegroups.com> Subject: Hi! How I can make _indexed_ stream file Input/Output ? Thanks. From: Daniel Norte Moraes Injection-Date: Sun, 27 Jun 2021 19:33:27 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:62292 List-Id: How I can make _indexed_ stream file Input/Output ? For 'indexed' i mean manually setting file position: => 'from' in $type'input() and => 'to' in $type'output() Actually I use Ada.Streams.Stream_IO. My main need is examples. Thanks! Best Whishes, Dani.