de.jarnbjo.vorbis
Class VorbisAudioFileReader.VorbisInputStream

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

public static class VorbisAudioFileReader.VorbisInputStream
extends InputStream


Constructor Summary
VorbisAudioFileReader.VorbisInputStream(VorbisStream source)
           
 
Method Summary
 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, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VorbisAudioFileReader.VorbisInputStream

public VorbisAudioFileReader.VorbisInputStream(VorbisStream source)
Method Detail

read

public int read()
         throws IOException
Specified by:
read in class InputStream
Throws:
IOException

read

public int read(byte[] buffer)
         throws IOException
Overrides:
read in class InputStream
Throws:
IOException

read

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


Copyright © 2007-2011 shredzone.org. All Rights Reserved.