body-data
from the current encapsulation
and writes its contents into the output Stream
. Arbitrary large amouts of data can be processed by this method using a constant size buffer. (see {@link #MultipartStream(InputStream,byte[],int) constructor}).
@param output The Stream
to write data into.
@return the amount of data written.
@exception MalformedStreamException
@exception IOException
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|