On 7/17/07, James Riordan <[EMAIL PROTECTED]> wrote:
Should it be the case that all of the public constructors of org.apache.commons.fileupload.MultipartStream are marked are marked @deprecated Use [EMAIL PROTECTED] #MultipartStream(InputStream, byte[], int, org.apache.commons.fileupload.MultipartStream.ProgressNotifier)}. (which is not public)
The class itself should _not_ be considered part of the public API for Commons FileUpload. It is intended to be an internal implementation detail. That was a mistake that we need to rectify. -- Martin Cooper // Constructors
public MultipartStream(); public MultipartStream(InputStream, byte[], int); MultipartStream(InputStream, byte[], int, MultipartStream$ProgressNotifier); MultipartStream(InputStream, byte[], MultipartStream$ProgressNotifier); public MultipartStream(InputStream, byte[]); James --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]