类 LoopingAudioStream.NoCloseBuffer
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
net.minecraft.client.sounds.LoopingAudioStream.NoCloseBuffer
- 所有已实现的接口:
Closeable
,AutoCloseable
- 封闭类:
LoopingAudioStream
-
字段概要
从类继承的字段 java.io.FilterInputStream
in
-
构造器概要
构造器 -
方法概要
从类继承的方法 java.io.FilterInputStream
available, mark, markSupported, read, read, read, reset, skip
从类继承的方法 java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
构造器详细资料
-
NoCloseBuffer
NoCloseBuffer(InputStream p_120172_)
-
-
方法详细资料
-
close
public void close()- 指定者:
close
在接口中AutoCloseable
- 指定者:
close
在接口中Closeable
- 覆盖:
close
在类中FilterInputStream
-