Praveen
Praveen

Reputation: 91185

NSData means what? how to implements its characterstics in java?

NSData means what? how to implements its characterstics in java?

Upvotes: 0

Views: 968

Answers (1)

kennytm
kennytm

Reputation: 523624

NSData is an array of bytes with flexible size (for the mutable version).

(I guess the corresponding Java type is byte[].)

Upvotes: 4

Related Questions