Sets the number of bytes of the input. @param length length
(final long length)
| 203 | * @param length length |
| 204 | */ |
| 205 | public final void length(final long length) { |
| 206 | len = length; |
| 207 | } |
| 208 | |
| 209 | /** |
| 210 | * Returns the number of bytes of the input. |
no outgoing calls