opaque data stream

Steffen Ries steffen.ries at sympatico.ca
Thu May 4 07:36:33 EDT 2000


"Shaun" <shogan at iel.ie> writes:

> im figuring out how to use the xdrlib module.....and id like to know what an
> "opaque data stream is?"

Opaque data is a sequence of bytes (either variable or fixed length) which
is passed without being interpreted. i.e. the data is not modelled as
an array or structure of some defined type. (see RFC 1832 for more details)

hth,
/steffen
-- 
steffen.ries at sympatico.ca	<> Gravity is a myth -- the Earth sucks!



More information about the Python-list mailing list