ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Vitaly Ostanin <vyt@vzljot.ru>
To: community@altlinux.ru
Subject: [Comm] [offtopic] java type conversion
Date: Tue, 16 Dec 2003 18:59:28 +0300
Message-ID: <20031216185928.2a47ee69.vyt@vzljot.ru> (raw)

[-- Attachment #1: Type: text/plain, Size: 1128 bytes --]

Hello, All!

Прошу прощения за некоторый оффтопик.

Объясните, пожалуйста, дураку, что нужно сплясать для java, чтобы
заработало приведение типов? Нужно получить значение boolean из
его строкового представления "true"/"false".

Строкое представление читается из tcp/сокета:

	    int i = socket.getInputStream().read();
	    String v = ""; 
	    while((char)i != '\r')
		{
		    if (i != -1)
			{
			    v = v + (char)i;
			}
		    i = socket.getInputStream().read();
		}
	    boolean lu = Boolean.valueOf(v).booleanValue();
	    System.out.println("v: " + v);
	    System.out.println("lu: " + lu);

В сокет отдаётся правильный текст, читается тоже. В stdout видно,
что 
v: true
lu: false

Пытался отдавать Boolean.valueOf вместо строки v её String
вариант с удалёнными пробельными символами Str.trim() - не
помогло.

Сервер - консольная программа на java, клиент - java-апплет в
mozilla. 

j2se1.4-sun-plugin-mozilla-1.4.2_02-alt2
j2se-sun-fonts-1.4.2_02-alt2
j2se1.4-sun-1.4.2_02-alt2
j2se1.4-sun-devel-1.4.2_02-alt2

-- 
Regards, Vyt
mailto:  vyt@vzljot.ru
JID:     vyt@vzljot.ru

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

             reply	other threads:[~2003-12-16 15:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-16 15:59 Vitaly Ostanin [this message]
2003-12-16 20:06 ` Pavel Tsybulin
2003-12-17 11:25   ` [Comm] " Vitaly Ostanin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20031216185928.2a47ee69.vyt@vzljot.ru \
    --to=vyt@vzljot.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git