
clone datainputstream
Publicado por jvb2008 (8 intervenciones) el 07/04/2016 10:28:02
Hello all,
I am creating an app for Android and a I need to save in two different variables the same part (64B) of the stream. How can I clone the stream in order to for save in two different variables the same part of stream? Otherwise, how can I position the pointer in the stream in order to read twice the same part of the stream?
I am using this:
DataInputStream in;
in.read(data,0 , numBytesRead);
Thanks so much,
I am creating an app for Android and a I need to save in two different variables the same part (64B) of the stream. How can I clone the stream in order to for save in two different variables the same part of stream? Otherwise, how can I position the pointer in the stream in order to read twice the same part of the stream?
I am using this:
DataInputStream in;
in.read(data,0 , numBytesRead);
Thanks so much,
Valora esta pregunta


0