Revision 29011

View differences:

trunk/libraries/libIverUtiles/src/com/iver/utiles/bigfile/BigByteBuffer2.java
64 64
 */
65 65
public class BigByteBuffer2 {
66 66

  
67
	private static long DEFAULT_SIZE = 20*1024; // 20 Kbytes
67
	private static long DEFAULT_SIZE = 60*1024; // 60 Kbytes
68 68

  
69 69
    ByteBuffer bb;
70 70
    // byte[] buff = new byte[1024 * 1024];;

Also available in: Unified diff