Package net.minecraft.client.sounds
Class LoopingAudioStream.NoCloseBuffer
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
net.minecraft.client.sounds.LoopingAudioStream.NoCloseBuffer
- All Implemented Interfaces:
 Closeable,AutoCloseable
- Enclosing class:
 - LoopingAudioStream
 
- 
Field Summary
Fields inherited from class java.io.FilterInputStream
in - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.io.FilterInputStream
available, mark, markSupported, read, read, read, reset, skipMethods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo 
- 
Constructor Details
- 
NoCloseBuffer
NoCloseBuffer(InputStream p_120172_)  
 - 
 - 
Method Details
- 
close
public void close()- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceCloseable- Overrides:
 closein classFilterInputStream
 
 -