Package ipsk.audio

Class SkipWorkaroundAudioInputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class SkipWorkaroundAudioInputStream
    extends javax.sound.sampled.AudioInputStream
    • Field Summary

      • Fields inherited from class javax.sound.sampled.AudioInputStream

        format, frameLength, framePos, frameSize
    • 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

        readAllBytes, readNBytes, transferTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SkipWorkaroundAudioInputStream

        public SkipWorkaroundAudioInputStream​(javax.sound.sampled.AudioInputStream srcAis)
      • SkipWorkaroundAudioInputStream

        public SkipWorkaroundAudioInputStream​(java.io.InputStream arg0,
                                              javax.sound.sampled.AudioFormat arg1,
                                              long arg2)