Re: convert byte[] to an type
- From: "Ben Voigt" <rbv@xxxxxxxxxxxxx>
- Date: Fri, 20 Apr 2007 08:57:12 -0500
"sklett" <s@xxxxx> wrote in message
news:e3K1%23cygHHA.4064@xxxxxxxxxxxxxxxxxxxxxxx
Hi Marc,
Thanks for the info. The object I'm trying to create is an object from an
label program API. I've serialized a file from disk to a byte array. The
api want me to create one of these label objects by passing it a path to a
file... this is slowing things down quite a bit.
Then you have to have a path to a file. However, in *nix, and to a slightly
lesser extent in Windows, everything is a file, not just disk files. You
may be able to create a named pipe and hand the path to said pipe to the
API, thereby avoiding slow disk access.
.
- References:
- convert byte[] to an type
- From: sklett
- Re: convert byte[] to an type
- From: Marc Gravell
- Re: convert byte[] to an type
- From: sklett
- convert byte[] to an type
- Prev by Date: Can generic types be overloaded?
- Next by Date: How can I capture a signature?
- Previous by thread: Re: convert byte[] to an type
- Next by thread: Re: convert byte[] to an type
- Index(es):
Relevant Pages
|