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
      void setChannels​(int channels)  
      void write​(double[][] buf, int offset, int len)  
      • Methods inherited from interface java.io.Closeable

        close
      • Methods inherited from interface java.io.Flushable

        flush
    • Method Detail

      • setChannels

        void setChannels​(int channels)
      • write

        void write​(double[][] buf,
                   int offset,
                   int len)
            throws java.io.IOException
        Throws:
        java.io.IOException