edu.psu.geovista.db.dbase
Class GvDataOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byjava.io.FilterOutputStream
          extended byjava.io.DataOutputStream
              extended byedu.psu.geovista.db.dbase.GvDataOutputStream
All Implemented Interfaces:
java.io.DataOutput

public class GvDataOutputStream
extends java.io.DataOutputStream

GvDataOutputStream writes to a DataOutputStream

Version:
$Revision: 1.1.1.1 $
Author:
Frank Hardisty (hardisty@geog.psu.edu)
See Also:
DataOutputStream

Field Summary
 
Fields inherited from class java.io.DataOutputStream
written
 
Fields inherited from class java.io.FilterOutputStream
out
 
Constructor Summary
GvDataOutputStream(java.io.OutputStream out)
          Construct a newly created GvDataOutputStream
 
Method Summary
 void writeCharLE(int v)
           
 void writeDoubleLE(double v)
           
 void writeFloatLE(float v)
           
 void writeIntLE(int v)
           
 void writeLongLE(long v)
           
 void writeShortLE(int v)
          reads a short.
 
Methods inherited from class java.io.DataOutputStream
flush, size, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
 
Methods inherited from class java.io.FilterOutputStream
close, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.io.DataOutput
write
 

Constructor Detail

GvDataOutputStream

public GvDataOutputStream(java.io.OutputStream out)
Construct a newly created GvDataOutputStream

Method Detail

writeShortLE

public void writeShortLE(int v)
                  throws java.io.IOException
reads a short. Little Endian version.

Throws:
java.io.IOException

writeCharLE

public void writeCharLE(int v)
                 throws java.io.IOException
Throws:
java.io.IOException

writeIntLE

public void writeIntLE(int v)
                throws java.io.IOException
Throws:
java.io.IOException

writeLongLE

public void writeLongLE(long v)
                 throws java.io.IOException
Throws:
java.io.IOException

writeFloatLE

public void writeFloatLE(float v)
                  throws java.io.IOException
Throws:
java.io.IOException

writeDoubleLE

public void writeDoubleLE(double v)
                   throws java.io.IOException
Throws:
java.io.IOException


Copyright © 1996-2003 GeoVista Center. All Rights Reserved.