Package ipsk.io

Class InterleavedFloatStreamMonoAdapter

    • Constructor Detail

      • InterleavedFloatStreamMonoAdapter

        public InterleavedFloatStreamMonoAdapter​(FloatStream srcStream)
    • Method Detail

      • read

        public int read​(double[][] buf,
                        int offset,
                        int len)
                 throws java.io.IOException
        Specified by:
        read in interface InterleavedFloatStream
        Throws:
        java.io.IOException
      • skip

        public long skip​(long skip)
                  throws java.io.IOException
        Specified by:
        skip in interface InterleavedFloatStream
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface InterleavedFloatStream
        Throws:
        java.io.IOException