Changeset 3661
- Timestamp:
- 06/22/08 19:36:01 (2 months ago)
- Files:
-
- trunk/tango/io/stream/DataStream.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tango/io/stream/DataStream.d
r3631 r3661 80 80 81 81 Note that the size of the array is written as an integer 82 prefixing the array content itself. Use write(void[]) to82 prefixing the array content itself. Use read(void[]) to 83 83 eschew this prefix. 84 84












