[jsword-devel] [JIRA] Created: (JS-154) BufferedReader should use an explicit buffer size.
DM Smith (JIRA)
jira at crosswire.org
Sat Jan 1 16:51:14 MST 2011
BufferedReader should use an explicit buffer size.
--------------------------------------------------
Key: JS-154
URL: http://www.crosswire.org/bugs/browse/JS-154
Project: JSword
Issue Type: Sub-task
Affects Versions: 1.6
Environment: Android.
Reporter: DM Smith
Assignee: DM Smith
Fix For: 1.6.1
When not specified, a BufferedReader uses an undefined buffer size. The javadoc claims that the size is appropriate for most uses. Android gives a warning message indicating that a specific size should be used.
The default size in Sun's Java is 8192. Until we have better info, use this to quiet Android's vm.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.crosswire.org/bugs/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jsword-devel
mailing list