Revert "Hide AssetInputStream.getAssetInt."

This reverts commit 842d44ec17.

Change-Id: I188e49d3651fd4941491c239b6a7c9f475995187
This commit is contained in:
Narayan Kamath
2014-01-14 10:08:45 +00:00
parent 842d44ec17
commit b1bd1fe7fd
2 changed files with 1 additions and 3 deletions

View File

@ -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;

View File

@ -537,9 +537,6 @@ public final class AssetManager {
}
public final class AssetInputStream extends InputStream {
/**
* @hide
*/
public final int getAssetInt() {
return mAsset;
}