Search:

Type: Posts; User: JavaCODER

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    4,179

    Re: UTF - 8 / Byte Stream

    I was thinking the same thing, but I have to write a java program as Exercise, I did look that wiki article, but there were many different articles that said something different then wiki did.

    I...
  2. Replies
    5
    Views
    4,179

    Re: UTF - 8 / Byte Stream

    no, actually, this is security problem. I would take in a stream byte. And I would have to check it if its valid UTF-8. There is some way to do that. Probably i would need to go byte by byte or bit...
  3. Replies
    5
    Views
    4,179

    UTF - 8 / Byte Stream

    Hey
    I need to validate if the provided byte stream is UTF-8.
    I need help with start and programming logic. I could accept file which would have byteStream or i could use Scanner and they would...
Results 1 to 3 of 3