Package ipsk.io
Interface InterleavedFloatStream
-
- All Known Implementing Classes:
IIRFilterMultiStream,InterleavedFloatStreamAdapter,InterleavedFloatStreamMonoAdapter,InterleavedJoinFloatStream
public interface InterleavedFloatStream- Author:
- klausj
-
-
Method Summary
All 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
-
getChannels
java.lang.Integer getChannels()
-
read
int read(double[][] buf, int offset, int len) throws java.io.IOException- Throws:
java.io.IOException
-
skip
long skip(long skip) throws java.io.IOException
- Throws:
java.io.IOException
-
close
void close() throws java.io.IOException- Throws:
java.io.IOException
-
-