psilogic: (Default)
[personal profile] psilogic
	private String getLocalString(String value)
	{
		int length = value.length();
		byte[] byteArray  = new byte[length];
		for (int n = 0; n < length; n++)
		{
			byteArray[n] = (byte)value.charAt(n);
		}
		return new String(byteArray);
	}

Date: 2008-01-21 06:24 pm (UTC)
From: [identity profile] psilogic.livejournal.com
о! Медитация прошла успешно :)
Page generated Sep. 23rd, 2025 10:09 pm
Powered by Dreamwidth Studios