Searched refs:STREAMBUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
63 private static final int STREAMBUFFER_SIZE = 0x00010000; // 64Kb field in ExifOutputStream86 super(new BufferedOutputStream(ou, STREAMBUFFER_SIZE)); in ExifOutputStream()