writing array to binary file
From: tim (anonymous_at_discussions.microsoft.com)
Date: 02/06/04
- Next message: Mohan: "AS400 Rollback does not work !"
- Previous message: Matthew Speed: "Re: Can the timer be used to submit a web page?"
- Next in thread: Tom Shelton: "Re: writing array to binary file"
- Reply: Tom Shelton: "Re: writing array to binary file"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 5 Feb 2004 20:36:07 -0800
i have an array of bytes which i write to a binary file.
seems to me the only way is to write one element at a time, which takes *forever*
is there a way to write the entire array to the binary file without looping.
something like
binarywriter.writeEntireArray(arrayOfBytes)
would be perfect!!
- Next message: Mohan: "AS400 Rollback does not work !"
- Previous message: Matthew Speed: "Re: Can the timer be used to submit a web page?"
- Next in thread: Tom Shelton: "Re: writing array to binary file"
- Reply: Tom Shelton: "Re: writing array to binary file"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|