Returns the maximum amount of data in the buffer. @return the maximum amount of data in the buffer, and -1 if it has not been set
()
| 99 | * @return the maximum amount of data in the buffer, and -1 if it has not been set |
| 100 | */ |
| 101 | public int getLimit() { |
| 102 | return limit; |
| 103 | } |
| 104 | |
| 105 | |
| 106 | /** |
no outgoing calls
no test coverage detected