Class VorbisAudioFileReader.VorbisInputStream

java.lang.Object
java.io.InputStream
de.jarnbjo.vorbis.VorbisAudioFileReader.VorbisInputStream
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable
Enclosing class:
VorbisAudioFileReader

public static class VorbisAudioFileReader.VorbisInputStream
extends java.io.InputStream
  • Constructor Summary

    Constructors
    Constructor Description
    VorbisInputStream​(VorbisStream source)  
  • Method Summary

    Modifier and Type Method Description
    int read()  
    int read​(byte[] buffer)  
    int read​(byte[] buffer, int offset, int length)  

    Methods inherited from class java.io.InputStream

    available, close, mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo

    Methods inherited from class java.lang.Object

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

    • VorbisInputStream

      public VorbisInputStream​(VorbisStream source)
  • Method Details

    • read

      public int read() throws java.io.IOException
      Specified by:
      read in class java.io.InputStream
      Throws:
      java.io.IOException
    • read

      public int read​(byte[] buffer) throws java.io.IOException
      Overrides:
      read in class java.io.InputStream
      Throws:
      java.io.IOException
    • read

      public int read​(byte[] buffer, int offset, int length) throws java.io.IOException
      Overrides:
      read in class java.io.InputStream
      Throws:
      java.io.IOException