com.frinika.sequencer.model.audio
Interface RandomAccessFileIF

All Known Implementing Classes:
BufferedRandomAccessFile, VanillaRandomAccessFile

public interface RandomAccessFileIF


Method Summary
 java.io.RandomAccessFile getRandomAccessFile()
           
 long length()
           
 int read(byte[] byteBuff, int offset, int n, boolean realTime)
           
 void seek(long l, boolean realTime)
           
 

Method Detail

seek

void seek(long l,
          boolean realTime)
          throws java.io.IOException
Throws:
java.io.IOException

read

int read(byte[] byteBuff,
         int offset,
         int n,
         boolean realTime)
         throws java.io.IOException
Throws:
java.io.IOException

length

long length()
            throws java.io.IOException
Throws:
java.io.IOException

getRandomAccessFile

java.io.RandomAccessFile getRandomAccessFile()