Class DestructiveAudio
java.lang.Object
java.io.InputStream
javax.sound.sampled.AudioInputStream
com.jackmeng.halcyoninae.tailwind.DestructiveAudio
- All Implemented Interfaces:
Closeable
,AutoCloseable
This class serves no particular purpose but that
it is used when the audio format being detected is
incorrect.
This helps to prevent unnecessary NullPointerExceptions being thrown from the stream.
- Since:
- 3.3
- Author:
- Jack Meng
-
Field Summary
Fields inherited from class javax.sound.sampled.AudioInputStream
format, frameLength, framePos, frameSize
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.sound.sampled.AudioInputStream
available, close, getFormat, getFrameLength, mark, markSupported, read, read, read, reset, skip
Methods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Constructor Details
-
DestructiveAudio
-