Package ipsk.io
Interface InterleavedFloatOutputStream
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable,java.io.Flushable
public interface InterleavedFloatOutputStream extends java.io.Closeable, java.io.Flushable- Author:
- klausj
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetChannels(int channels)voidwrite(double[][] buf, int offset, int len)
-