It's just "Storage Pools" sounds good ;) I have no idea what they are for... Thanks very much -- (:==================:) �lvaro Iradier airadier@able.es (+34)660133259 (:==================:) "Ted Dennison" escribi� en el mensaje news:4519e058.0204150656.e8d2e7a@posting.google.com... > "Nazgul" wrote in message news:... > > Hi, I need to create a 512 bytes buffer in memory, in which I can write date > > like in a stream ('output). Then, when the buffer is full, I have to write > > it to a file, for example with Buffer'Output, or once byte each time, but > > the raw content, no headers or something, just the raw 512 bytes. > > > > Where should I begin to look at? Something to do with storage pools? > > It sounds pretty simple to me. You just need to derive a type from > Ada.Streams.Root_Stream_Type, then write your own versions of Read and > Write (see the package spec in the ARM at > http://www.ada-auth.org/~acats/arm-html/RM-13-13-1.html ). I don't > know why you think storage pools would need to get involved. > > > -- > T.E.D. > Home - mailto:dennison@telepath.com (Yahoo: Ted_Dennison) > Homepage - http://www.telepath.com/dennison/Ted/TED.html