org.galagosearch.tupleflow
Class VByteOutput

java.lang.Object
  extended by org.galagosearch.tupleflow.VByteOutput
All Implemented Interfaces:
java.io.DataOutput

public class VByteOutput
extends java.lang.Object
implements java.io.DataOutput

Author:
trevor

Constructor Summary
VByteOutput(java.io.DataOutput output)
          Creates a new instance of VByteOutput
 
Method Summary
 void write(byte[] b)
           
 void write(byte[] b, int i, int i0)
           
 void write(int i)
           
 void writeBoolean(boolean b)
           
 void writeByte(int i)
           
 void writeBytes(java.lang.String string)
           
 void writeChar(int i)
           
 void writeChars(java.lang.String string)
           
 void writeDouble(double d)
           
 void writeFloat(float f)
           
 void writeInt(int i)
           
 void writeLong(long i)
           
 void writeShort(int i)
           
 void writeString(java.lang.String string)
           
 void writeUTF(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VByteOutput

public VByteOutput(java.io.DataOutput output)
Creates a new instance of VByteOutput

Method Detail

writeUTF

public void writeUTF(java.lang.String string)
              throws java.io.IOException
Specified by:
writeUTF in interface java.io.DataOutput
Throws:
java.io.IOException

writeBytes

public void writeBytes(java.lang.String string)
                throws java.io.IOException
Specified by:
writeBytes in interface java.io.DataOutput
Throws:
java.io.IOException

writeChars

public void writeChars(java.lang.String string)
                throws java.io.IOException
Specified by:
writeChars in interface java.io.DataOutput
Throws:
java.io.IOException

writeString

public void writeString(java.lang.String string)
                 throws java.io.IOException
Throws:
java.io.IOException

write

public void write(byte[] b,
                  int i,
                  int i0)
           throws java.io.IOException
Specified by:
write in interface java.io.DataOutput
Throws:
java.io.IOException

write

public void write(byte[] b)
           throws java.io.IOException
Specified by:
write in interface java.io.DataOutput
Throws:
java.io.IOException

write

public void write(int i)
           throws java.io.IOException
Specified by:
write in interface java.io.DataOutput
Throws:
java.io.IOException

writeByte

public void writeByte(int i)
               throws java.io.IOException
Specified by:
writeByte in interface java.io.DataOutput
Throws:
java.io.IOException

writeChar

public void writeChar(int i)
               throws java.io.IOException
Specified by:
writeChar in interface java.io.DataOutput
Throws:
java.io.IOException

writeInt

public void writeInt(int i)
              throws java.io.IOException
Specified by:
writeInt in interface java.io.DataOutput
Throws:
java.io.IOException

writeShort

public void writeShort(int i)
                throws java.io.IOException
Specified by:
writeShort in interface java.io.DataOutput
Throws:
java.io.IOException

writeBoolean

public void writeBoolean(boolean b)
                  throws java.io.IOException
Specified by:
writeBoolean in interface java.io.DataOutput
Throws:
java.io.IOException

writeLong

public void writeLong(long i)
               throws java.io.IOException
Specified by:
writeLong in interface java.io.DataOutput
Throws:
java.io.IOException

writeDouble

public void writeDouble(double d)
                 throws java.io.IOException
Specified by:
writeDouble in interface java.io.DataOutput
Throws:
java.io.IOException

writeFloat

public void writeFloat(float f)
                throws java.io.IOException
Specified by:
writeFloat in interface java.io.DataOutput
Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.