Package ips.incubator.io
Class InterleavedJoinFloatStream
- java.lang.Object
- 
- ips.incubator.io.InterleavedJoinFloatStream
 
- 
- All Implemented Interfaces:
- InterleavedFloatStream
 
 public class InterleavedJoinFloatStream extends java.lang.Object implements InterleavedFloatStream - Author:
- klausj
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classInterleavedJoinFloatStream.Channel
 - 
Constructor SummaryConstructors Constructor Description InterleavedJoinFloatStream(FloatStream[] srcStreams)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()java.lang.IntegergetChannels()intread(double[][] buf, int offset, int len)longskip(long skip)
 
- 
- 
- 
Constructor Detail- 
InterleavedJoinFloatStreampublic InterleavedJoinFloatStream(FloatStream[] srcStreams) 
 
- 
 - 
Method Detail- 
readpublic int read(double[][] buf, int offset, int len) throws java.io.IOException- Specified by:
- readin interface- InterleavedFloatStream
- Throws:
- java.io.IOException
 
 - 
skippublic long skip(long skip) throws java.io.IOException- Specified by:
- skipin interface- InterleavedFloatStream
- Throws:
- java.io.IOException
 
 - 
closepublic void close() throws java.io.IOException- Specified by:
- closein interface- InterleavedFloatStream
- Throws:
- java.io.IOException
 
 - 
getChannelspublic java.lang.Integer getChannels() - Specified by:
- getChannelsin interface- InterleavedFloatStream
 
 
- 
 
-