AnthonyGeorge
Technical User
I am writing to a ByteArrayOutputStream after every write I want to check how many bytes has been written.
So I call ByteArrayOutputStreams method size(), but instead of returning an int, it is returning a null pointer value.
Would be gald of any help in the correct way in calling the method size.
Thanks Tony
So I call ByteArrayOutputStreams method size(), but instead of returning an int, it is returning a null pointer value.
Would be gald of any help in the correct way in calling the method size.
Thanks Tony