Searched refs:IO_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance
23 static final int IO_BUFFER_SIZE = 32 * 1024; // 32K field
237 new BufferedOutputStream(stream, GestureConstants.IO_BUFFER_SIZE)); in save()282 new BufferedInputStream(stream, GestureConstants.IO_BUFFER_SIZE)); in load()
316 new ByteArrayOutputStream(GestureConstants.IO_BUFFER_SIZE); in writeToParcel()