| Changed Methods
|
int available()
|
Method was locally defined, but is now inherited from InputStream. Change from final to non-final.
|
|
void close()
|
Method was locally defined, but is now inherited from InputStream. Change from final to non-final.
|
|
void mark(int)
|
Change from final to non-final.
|
|
boolean markSupported()
|
Method was locally defined, but is now inherited from InputStream. Change from final to non-final.
|
|
void reset()
|
Change from final to non-final.
|
|
long skip(long)
|
Method was locally defined, but is now inherited from InputStream. Change from final to non-final.
|
|
int read()
|
Change from final to non-final.
|
|