add a single byte to byte()

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Cor Ligthert

    #31
    Re: add a single byte to byte()

    David,

    You just avoiding the answers in my opinion by giving answers on not asked
    questions.

    I write it again in another way.

    Where can I use the arraylist when I have populated that with objects with
    single bytes in that.

    I have nowhere spoken about boxing, boxing does really not interest me with
    an array of 400 bytes.

    Cor

    [color=blue]
    > On 2004-09-12, Cor Ligthert <notfirstname@p lanet.nl> wrote:[color=green]
    > > David,
    > >
    > > I know how to do it, my problem for this is that I cannot find a[/color][/color]
    practical[color=blue][color=green]
    > > solution for this with an arraylist.
    > >
    > > A situation where I would have to add 1 byte to a byte array byte by[/color][/color]
    byte,[color=blue][color=green]
    > > while I do not know the length of that bytestring.[/color]
    >
    > Okay, this is the third time in a row where you've asked a question,
    > I've followed up with a fairly specific response that raised specific
    > issues and asked specific questions, and you've totally ignored my
    > response and followed up with a non-sequitor. There's really very
    > little point in continuing the thread.
    >[color=green]
    > > The boxing time does not interest me, that is about 1/100000000000
    > > nanosecond[/color]
    >
    > This is the kind of thing I mean. I honestly have absolutely no clue
    > what your point is here. If boxing isn't the issue, I have no idea what
    > your objection to an arrayList would be, nor do I expect to find out.
    >
    > Cheers,
    >
    >
    >
    >[/color]


    Comment

    • David

      #32
      Re: add a single byte to byte()

      On 2004-09-13, Cor Ligthert <notfirstname@p lanet.nl> wrote:[color=blue]
      > David,
      >
      > You just avoiding the answers in my opinion by giving answers on not asked
      > questions.
      >
      > I write it again in another way.
      >
      > Where can I use the arraylist when I have populated that with objects with
      > single bytes in that.[/color]

      Go back two posts. Read the post. I have two functions there. Read
      them, and the surrounding text. You asked for an example. There's an
      example there, as well as two counter-examples.
      [color=blue]
      > I have nowhere spoken about boxing, boxing does really not interest me with
      > an array of 400 bytes.[/color]

      The issue is how to create that array.

      Comment

      • Cor Ligthert

        #33
        Re: add a single byte to byte()

        David,
        [color=blue]
        >OK, you've got some kind of code reader that sends a stream of bytes to
        >you, but the verification program (named Foo, naturally) you have only
        >wants bytes with the upper bit unset.[/color]

        Why would I do that, that is what I am al the time asking?

        Creating an not organised array of bytes?

        Cor


        Comment

        Working...