Announcement

Collapse
No announcement yet.

[HELP] Java programming

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Ok, thanks for all the replies. I will try them soon.

    At the moment however I have switched my attention over doing everything works, so I have chosen for now the temp file way.


    Here is, however, another little problem: I have a
    byte[]
    I need to convert it into a String byte to character. I mean, each byte of the array should be a character into the string.

    Sat on a pile of deads, I enjoy my oysters.

    Comment


    • #17
      According to the Java API there is a string constructor taking a byte[] as an argument an thereby converting it into a string....
      String(byte[] bytes)
      "Constructs a new String by decoding the specified array of bytes using the platform's default charset."
      AMD Athlon64 X2 4200+
      Asus A8N-E
      Corsair TWINX2048-3200C2
      Asus Extreme GeForce N7800GT
      Seagate Barracuda 7200.8 250GB
      Lian-Li PC60
      Windows XP Pro 64bit

      Comment

      Working...
      X