-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
I am trying to replace the default JVM Deflater class with the IntelDeflater.
The logic is straight-forward and works perfectly on the default Deflater, however simply swapping it for the Intel version results in the needsInput()
method always returning true, no matter how many times the set input method has been called.
def.setInput(buffer, off + idx, writeSize);
while(!def.needsInput()) {
//Unreachable code
}
Perhaps there is a difference in the api that I am missing? Any insight is appreciated.
Metadata
Metadata
Assignees
Labels
No labels