org.teiid.common.buffer.impl
Class DataObjectInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by java.io.DataInputStream
              extended by org.teiid.common.buffer.impl.DataObjectInputStream
All Implemented Interfaces:
Closeable, DataInput, ObjectInput

public class DataObjectInputStream
extends DataInputStream
implements ObjectInput


Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
DataObjectInputStream(InputStream in)
           
 
Method Summary
 Object readObject()
           
 
Methods inherited from class java.io.DataInputStream
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.io.ObjectInput
available, close, read, read, read, skip
 
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
 

Constructor Detail

DataObjectInputStream

public DataObjectInputStream(InputStream in)
Method Detail

readObject

public Object readObject()
                  throws ClassNotFoundException,
                         IOException
Specified by:
readObject in interface ObjectInput
Throws:
ClassNotFoundException
IOException


Copyright © 2011. All Rights Reserved.