Search:

Type: Posts; User: Time

Search: Search took 0.11 seconds.

  1. Thread: I/O question..

    by Time
    Replies
    4
    Views
    1,608

    Re: I/O question..

    Hmm, Im thinking has somthing to do with network, rather then inputStream itself, let me do some tests.
  2. Thread: I/O question..

    by Time
    Replies
    4
    Views
    1,608

    Re: I/O question..

    First is the server, but either way it shouldnt matter right?, InputStream is still an InputStream,

    and me writing the id, and the length, shouldn't matter, it's not incorporated to the initial...
  3. Thread: I/O question..

    by Time
    Replies
    4
    Views
    1,608

    Re: I/O question..

    Is there a limit to the amount of byte's the InputStream of a socket, can be filled up to at a current moment?

    I assumed the max was Integer.MAX_AMOUNT,

    Hmmm
  4. Thread: I/O question..

    by Time
    Replies
    4
    Views
    1,608

    I/O question..

    hello folks.

    Small question, pain in my ass.

    Anyway, the reason i've asked this question is due to this sample code,

    Client sided:


    output.write(packet.getId());
Results 1 to 4 of 4