Package ipsk.io
Interface InterleavedFloatStream
- 
- All Known Implementing Classes:
- IIRFilterMultiStream,- InterleavedFloatStreamAdapter,- InterleavedFloatStreamMonoAdapter,- InterleavedJoinFloatStream
 
 public interface InterleavedFloatStream- Author:
- klausj
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()java.lang.IntegergetChannels()intread(double[][] buf, int offset, int len)longskip(long skip)
 
- 
- 
- 
Method Detail- 
getChannelsjava.lang.Integer getChannels() 
 - 
readint read(double[][] buf, int offset, int len) throws java.io.IOException- Throws:
- java.io.IOException
 
 - 
skiplong skip(long skip) throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
closevoid close() throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
-