HADOOP-18336.Tag FSDataInputStream.getWrappedStream() @Public/@Stable (#4555)
Contributed by: Ashutosh Gupta
This commit is contained in:
parent
4c4a940da2
commit
f1bd4e117e
@ -144,7 +144,8 @@ public boolean seekToNewSource(long targetPos) throws IOException {
|
|||||||
*
|
*
|
||||||
* @return the underlying input stream
|
* @return the underlying input stream
|
||||||
*/
|
*/
|
||||||
@InterfaceAudience.LimitedPrivate({"HDFS"})
|
@InterfaceAudience.Public
|
||||||
|
@InterfaceStability.Stable
|
||||||
public InputStream getWrappedStream() {
|
public InputStream getWrappedStream() {
|
||||||
return in;
|
return in;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user