Correct. Just use it every time you slice.
--
Regards,
Hiram
Blog: http://hiramchirino.com
Open Source SOA
http://fusesource.com/
If you slice type is WRITE you can update the byte buffer given. If
your slice type is READ don't update it :)
In some cases (like if your using a transaction page file) the write
is actually done to shadow copy of the original. Once the transaction
completes, the shadow gets copied over the original.
--