Method | Description | |
---|---|---|
TooMuchInputException ( long readBytes, long totLength ) : System |
Creates a new exception indicating that the input has more data than necessary for decompressing th stream. It may indicate that other data is present after the compressed stream.
|
public TooMuchInputException ( long readBytes, long totLength ) : System | ||
readBytes | long | The number of bytes read by the decompressor. |
totLength | long | The indicated length of the input stream. |
return | System |