subarray

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • oll3i
    Contributor
    • Mar 2007
    • 679

    subarray

    why when i try to use subarray (for byte array)function eclipse says it's undefined
    but i read that this function is defined in java?

    Thank YOU
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by oll3i
    why when i try to use subarray (for byte array)function eclipse says it's undefined
    but i read that this function is defined in java?

    Thank YOU
    What class defines the 'subarray' method according to Eclipse?

    kind regards,

    Jos

    Comment

    • oll3i
      Contributor
      • Mar 2007
      • 679

      #3
      eclipse says subArray is undefined in my class ? i want to subtract one array of bytes
      Thank You

      Comment

      • BigDaddyLH
        Recognized Expert Top Contributor
        • Dec 2007
        • 1216

        #4
        Originally posted by oll3i
        eclipse says subArray is undefined in my class ? i want to subtract one array of bytes
        Thank You
        You haven't defined subArray. Therefore it is undefined.

        Comment

        • oll3i
          Contributor
          • Mar 2007
          • 679

          #5
          so it is undefined in java then cos i read somewhere it is
          okey then Thank YOU sorry for bothering

          Comment

          • BigDaddyLH
            Recognized Expert Top Contributor
            • Dec 2007
            • 1216

            #6
            Originally posted by oll3i
            so it is undefined in java then cos i read somewhere it is
            okey then Thank YOU sorry for bothering
            You could always define it.

            Comment

            Working...