Searched refs:BUFSIZE (Results 1 – 2 of 2) sorted by relevance
48 private static final int BUFSIZE = 4096; field in Thumbnail110 b = new BufferedOutputStream(f, BUFSIZE); in saveTo()136 b = new BufferedInputStream(f, BUFSIZE); in loadFrom()
50 private static final int BUFSIZE = 4096; field in Storage