Terrier IR Platform
2.2.1

uk.ac.gla.terrier.utility.io
Interface RandomDataOutput

All Superinterfaces:
java.io.Closeable, java.io.DataInput, java.io.DataOutput, RandomDataInput

public interface RandomDataOutput
extends java.io.DataOutput, RandomDataInput


Method Summary
 void setLength(long newLength)
           
 
Methods inherited from interface java.io.DataOutput
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
 
Methods inherited from interface uk.ac.gla.terrier.utility.io.RandomDataInput
getFilePointer, length, seek
 
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

setLength

void setLength(long newLength)
               throws java.io.IOException
Throws:
java.io.IOException

Terrier IR Platform
2.2.1

Terrier Information Retrieval Platform 2.2.1. Copyright 2004-2008 University of Glasgow