|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.basedb.clients.web.fileupload.FileUpload.UploadStatus
private static class FileUpload.UploadStatus
This class contains information about the read status on the ServletInputStream
Field Summary | |
---|---|
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 |
Constructor Summary | |
---|---|
private |
FileUpload.UploadStatus()
Create a new UploadStatus object. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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.
Constructor Detail |
---|
private FileUpload.UploadStatus()
UploadStatus
object.
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |