private static class FileUpload.UploadStatus extends Object
Modifier and Type | Field and Description |
---|---|
private boolean |
atBoundary
TRUE if the
FileUpload.checkBoundary(byte[], int, byte[], int)
method finds that the line matches the boundary, FALSE otherwise. |
private boolean |
atLastBoundary
TRUE if the
FileUpload.checkBoundary(byte[], int, byte[], int)
method finds that the line matches the boundary + two extra dashes (--), FALSE otherwise. |
private boolean |
eof
TRUE if the end of the stream is reached, FALSE otherwise
|
Modifier | Constructor and Description |
---|---|
private |
FileUpload.UploadStatus()
Create a new
UploadStatus object. |
private boolean eof
private boolean atBoundary
FileUpload.checkBoundary(byte[], int, byte[], int)
method finds that the line matches the boundary, FALSE otherwise.private boolean atLastBoundary
FileUpload.checkBoundary(byte[], int, byte[], int)
method finds that the line matches the boundary + two extra dashes (--), FALSE otherwise.