< prev index next >

test/java/util/zip/InflaterBufferSize.java

Print this page

        

*** 24,33 **** --- 24,34 ---- /** * @test * @bug 6571338 * @summary Inflater should not require a buffer to the inflate() methods * larger than 1 byte. + * @key randomness */ import java.io.*; import java.nio.*; import java.util.*;
< prev index next >