diff --git a/eclipse-jdt/src/main/java/org/eclipse/jdt/internal/compiler/util/Util.java b/eclipse-jdt/src/main/java/org/eclipse/jdt/internal/compiler/util/Util.java index 6504403ae..0a61c1005 100644 --- a/eclipse-jdt/src/main/java/org/eclipse/jdt/internal/compiler/util/Util.java +++ b/eclipse-jdt/src/main/java/org/eclipse/jdt/internal/compiler/util/Util.java @@ -465,6 +465,7 @@ private static FileOutputStream getFileOutputStream( } /** + * This method has been modified to work on android. * Returns the given input stream's contents as a byte array. All bytes in the stream are * returned. Note this doesn't close the stream. * @@ -483,6 +484,7 @@ public static byte[] getInputStreamAsByteArray(InputStream input) throws IOExcep } /** + * This method has been modified to work on android * Returns the given input stream's first bytes as array. Note this doesn't close the stream. * * @throws IOException if a problem occurred reading the stream. diff --git a/sora-editor/README.md b/sora-editor/README.md new file mode 100644 index 000000000..2093d8451 --- /dev/null +++ b/sora-editor/README.md @@ -0,0 +1,5 @@ +# sora-editor + +This code is copied here from https://github.com/Rosemoe/sora-editor to remove some pieces of code like XML Parser and some css classes that had some external dependencies while not really in common use. + +This copy is licensed on LGPL-2.1 as the original library. \ No newline at end of file