Returns the input length (can be -1). @return input length
()
| 184 | * @return input length |
| 185 | */ |
| 186 | public final long length() { |
| 187 | return length; |
| 188 | } |
| 189 | |
| 190 | @Override |
| 191 | public final boolean markSupported() { |
no outgoing calls
no test coverage detected