Re: review of the Storage interface



The Stream interface has a copy_to method:

void copy_to (in string dest, in long bytes,
              inout long read, inout long written)
   raises (IOError, NoPermission);

Is there a reason why read and written are of type inout (instead
of out)?
 
 
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]