ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] [offtopic] java type conversion
@ 2003-12-16 15:59 Vitaly Ostanin
  2003-12-16 20:06 ` Pavel Tsybulin
  0 siblings, 1 reply; 3+ messages in thread
From: Vitaly Ostanin @ 2003-12-16 15:59 UTC (permalink / raw)
  To: community

[-- 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 --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-12-17 11:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-16 15:59 [Comm] [offtopic] java type conversion Vitaly Ostanin
2003-12-16 20:06 ` Pavel Tsybulin
2003-12-17 11:25   ` [Comm] " Vitaly Ostanin

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