| | |
| | | * and no progress notifier. |
| | | * |
| | | * <p> Note that the buffer must be at least big enough to contain the |
| | | * boundary string, plus 4 characters for CR/LF and double dash, plus at |
| | | * boundary String, plus 4 characters for CR/LF and double dash, plus at |
| | | * least one byte of data. Too small a buffer size setting will degrade |
| | | * performance. |
| | | * |
| | |
| | | * <p> Constructs a <code>MultipartStream</code> with a custom size buffer. |
| | | * |
| | | * <p> Note that the buffer must be at least big enough to contain the |
| | | * boundary string, plus 4 characters for CR/LF and double dash, plus at |
| | | * boundary String, plus 4 characters for CR/LF and double dash, plus at |
| | | * least one byte of data. Too small a buffer size setting will degrade |
| | | * performance. |
| | | * |