Constructor for ByteArrayPartSource.paramfileName the name of the file these bytes representparambytes the content of this part this.fileName = fileName; this.bytes = bytes;
this.fileName = fileName; this.bytes = bytes;
seePartSource#createInputStream() return new ByteArrayInputStream(bytes);
return new ByteArrayInputStream(bytes);
seePartSource#getFileName() return fileName;
return fileName;
seePartSource#getLength() return bytes.length;
return bytes.length;