|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
protected static interface FileServlet.Range
| Method Summary | |
|---|---|
long |
available(long i)
If we are at byte number i, how many are available from here until we encounter one which isn't? |
long |
notavailable(long i)
If we are at byte number i, how many are not available from here until we encounter one which is? |
| Method Detail |
|---|
long available(long i)
0 if there are not bytes available. A large number near Long.MAX_VALUE if there is no limit any more.long notavailable(long i)
0 if the next character is availabe. A large number near Long.MAX_VALUE if all subsequent byes are unavailable.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||