|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DelimitedBufferedInputStream | |
|---|---|
| org.melati.servlet | Servlet specific elements of Melati. |
| Uses of DelimitedBufferedInputStream in org.melati.servlet |
|---|
| Methods in org.melati.servlet with parameters of type DelimitedBufferedInputStream | |
|---|---|
void |
MemoryFormDataAdaptor.readData(MultipartFormField field,
DelimitedBufferedInputStream in,
byte[] delim)
Read data from in until the delim and save it in an internal buffer for later use. |
void |
FormDataAdaptor.readData(MultipartFormField field,
DelimitedBufferedInputStream in,
byte[] delim)
Read data from in until the delim is found and
save the data so that we can access it again. |
void |
BaseFileFormDataAdaptor.readData(MultipartFormField fieldP,
DelimitedBufferedInputStream in,
byte[] delim)
Read data from in until the delim, work out which file to save it in, and save it. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||