Re: read from a Windows application
From: Jon A. Cruz (jon_at_joncruz.org)
Date: 02/17/04
- Next message: Avner Ben: "Re: Template method pattern in Java ???"
- Previous message: Jon A. Cruz: "Re: read from a Windows application"
- In reply to: Ryan Stewart: "Re: read from a Windows application"
- Next in thread: Ryan Stewart: "Re: read from a Windows application"
- Reply: Ryan Stewart: "Re: read from a Windows application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 16 Feb 2004 21:47:05 -0800
Ryan Stewart wrote:
> Why not just String.valueOf(chararray)?
>
Because he's dealing with bytes, not characters. So he should avoid
String completely.
- Next message: Avner Ben: "Re: Template method pattern in Java ???"
- Previous message: Jon A. Cruz: "Re: read from a Windows application"
- In reply to: Ryan Stewart: "Re: read from a Windows application"
- Next in thread: Ryan Stewart: "Re: read from a Windows application"
- Reply: Ryan Stewart: "Re: read from a Windows application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|