comp.lang.ada
 help / color / mirror / Atom feed
* Implementing a stream
@ 1998-12-15  0:00 dennison
  1998-12-15  0:00 ` David C. Hoos
  1998-12-15  0:00 ` Tucker Taft
  0 siblings, 2 replies; 3+ messages in thread
From: dennison @ 1998-12-15  0:00 UTC (permalink / raw)


I'm looking at implementing a stream class, but I don't think I quite
understand the expected interface. I know I have to implement the following
subprogram:

           procedure Read(
             Stream : in out Root_Stream_Type;
             Item   : out Stream_Element_Array;
             Last   : out Stream_Element_Offset);


But how is it called by default (iaw: from default 'Read and 'Input
routines)? For instance, if my read returns with Last < Item'length, does
read get repeatedly called until Item'length items have been read? Would
returning Last =0 result in a fast busy-loop? If so, I'd think the preferred
method in this instance would be for Read to raise an exception or to block
until there is more data.

--
T.E.D.

-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1998-12-15  0:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-12-15  0:00 Implementing a stream dennison
1998-12-15  0:00 ` David C. Hoos
1998-12-15  0:00 ` Tucker Taft

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox