Searched defs:readBufSize (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/util/zip/GZIP/
H A DGZIPInputStreamRead.java75 int readBufSize, int gzisBufSize)
82 byte[] buf = new byte[readBufSize];
74 test(byte[] src, byte[] dst, int readBufSize, int gzisBufSize) argument

Completed in 55 milliseconds