Loading api/current.txt +0 −1 Original line number Original line Diff line number Diff line Loading @@ -7551,7 +7551,6 @@ package android.content.res { public final class AssetManager.AssetInputStream extends java.io.InputStream { public final class AssetManager.AssetInputStream extends java.io.InputStream { method public final int available() throws java.io.IOException; method public final int available() throws java.io.IOException; method public final void close() 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 void mark(int); method public final boolean markSupported(); method public final boolean markSupported(); method public final int read() throws java.io.IOException; method public final int read() throws java.io.IOException; core/java/android/content/res/AssetManager.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -537,6 +537,9 @@ public final class AssetManager { } } public final class AssetInputStream extends InputStream { public final class AssetInputStream extends InputStream { /** * @hide */ public final int getAssetInt() { public final int getAssetInt() { return mAsset; return mAsset; } } Loading Loading
api/current.txt +0 −1 Original line number Original line Diff line number Diff line Loading @@ -7551,7 +7551,6 @@ package android.content.res { public final class AssetManager.AssetInputStream extends java.io.InputStream { public final class AssetManager.AssetInputStream extends java.io.InputStream { method public final int available() throws java.io.IOException; method public final int available() throws java.io.IOException; method public final void close() 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 void mark(int); method public final boolean markSupported(); method public final boolean markSupported(); method public final int read() throws java.io.IOException; method public final int read() throws java.io.IOException;
core/java/android/content/res/AssetManager.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -537,6 +537,9 @@ public final class AssetManager { } } public final class AssetInputStream extends InputStream { public final class AssetInputStream extends InputStream { /** * @hide */ public final int getAssetInt() { public final int getAssetInt() { return mAsset; return mAsset; } } Loading