org.terrier.structures.collections
Interface FSArrayFile.ArrayFileWriter

All Superinterfaces:
Closeable
Enclosing class:
FSArrayFile<V extends org.apache.hadoop.io.Writable>

public static interface FSArrayFile.ArrayFileWriter
extends Closeable

interface ArrayFileWriter


Method Summary
 void write(org.apache.hadoop.io.Writable w)
          write
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

write

void write(org.apache.hadoop.io.Writable w)
           throws IOException
write

Parameters:
w -
Throws:
IOException


Terrier 3.6. Copyright © 2004-2011 University of Glasgow