Skip to content
Snippets Groups Projects
Commit b1bd1fe7 authored by Narayan Kamath's avatar Narayan Kamath
Browse files

Revert "Hide AssetInputStream.getAssetInt."

This reverts commit 842d44ec.

Change-Id: I188e49d3651fd4941491c239b6a7c9f475995187
parent 842d44ec
No related branches found
No related tags found
No related merge requests found
......@@ -7543,6 +7543,7 @@ 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;
......@@ -537,9 +537,6 @@ public final class AssetManager {
}
public final class AssetInputStream extends InputStream {
/**
* @hide
*/
public final int getAssetInt() {
return mAsset;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment