Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Commit 55c1da4

Browse files
committed
[Android] public method readStreamToString
1 parent 6845123 commit 55c1da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/sdk/src/main/java/com/taobao/weex/utils/WXFileUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public static String loadAsset(String path, Context context) {
8585
return "";
8686
}
8787

88-
private static String readStreamToString(InputStream inputStream) {
88+
public static String readStreamToString(InputStream inputStream) {
8989
BufferedReader bufferedReader = null;
9090
try {
9191
StringBuilder builder = new StringBuilder(inputStream.available() + 10);

0 commit comments

Comments
 (0)