Merge "Revert "Hide AssetInputStream.getAssetInt.""

This commit is contained in:
Narayan Kamath
2014-01-14 10:09:50 +00:00
committed by Gerrit Code Review
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;
}