--- android/Side9/src/dk/thoerup/side9/Side9Xml.java 2010/06/16 07:44:42 855 +++ android/Side9/src/dk/thoerup/side9/Side9Xml.java 2010/06/16 07:45:53 856 @@ -35,7 +35,7 @@ public static byte[] getContent(String uri) throws IOException { - byte buffer[] = new byte[256]; + byte buffer[] = new byte[4096];