OSDN Git Service

Hide AssetInputStream.getAssetInt (Take 2)
authorNarayan Kamath <narayan@google.com>
Thu, 16 Jan 2014 19:00:32 +0000 (19:00 +0000)
committerNarayan Kamath <narayan@google.com>
Mon, 20 Jan 2014 10:18:44 +0000 (10:18 +0000)
This reverts commit b1bd1fe7fd9ed6b6e4518713ef5f5716a84d97e8.

api/current.txt
core/java/android/content/res/AssetManager.java

index 1c3bd6b..a057cb2 100644 (file)
@@ -7837,7 +7837,6 @@ package android.content.res {
   public final class AssetManager.AssetInputStream extends java.io.InputStream {
     method public final int available() throws java.io.IOException;
     method public final void close() throws java.io.IOException;
-    method public final int getAssetInt();
     method public final void mark(int);
     method public final boolean markSupported();
     method public final int read() throws java.io.IOException;
index c77ce0d..168928c 100644 (file)
@@ -536,6 +536,9 @@ public final class AssetManager {
     }
     
     public final class AssetInputStream extends InputStream {
+        /**
+         * @hide
+         */
         public final int getAssetInt() {
             return mAsset;
         }