net.minecraft.client.sound

public class RepeatingAudioStream

implements AudioStream

net.minecraft.client.sounds.LoopingAudioStream
net.minecraft.class_4856
net.minecraft.client.sound.RepeatingAudioStream

Field summary

Modifier and TypeField
private final RepeatingAudioStream$DelegateFactory
provider
field_22443
delegateFactory
private AudioStream
stream
field_22444
delegate
private final BufferedInputStream
bufferedInputStream
field_22445
inputStream

Constructor summary

ModifierConstructor
public (RepeatingAudioStream$DelegateFactory delegateFactory, InputStream inputStream)

Method summary

Modifier and TypeMethod
public AudioFormat
getFormat()
method_19719()
getFormat()
public ByteBuffer
read(int expectedSize)
method_19720(int arg0)
read(int arg0)
public void
close()