XML to OutputStream - size
Hello!
Its seems, that i have troubles sending my XML from my desktop Application to the mobile if the XML size exceeds a size of about 10 lines.
I just send the XML with outputstream.writebyte(byte) (server side)
and receive it on my client with inputstream.readByte().
It is possible to receive small xml files - is there a way to send "unlimited" ones too? i mean, i thought that the inputstream + Kxml are able to handle a certain amount of bytes, read them, clear them - and read the next ones.. without any size restricted limitiations. (for sure, i wont send a XMl with 100MB ;-) but i wont believe that it is not possible to read bigger files with lets say 20-100lines..?
any tips?
with kind regards,
Alexander Sommer

