hep.lcd.io.smart
Class EventInputStream

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--java.io.ObjectInputStream
              |
              +--hep.lcd.io.smart.SmartObjectInputStream
                    |
                    +--hep.lcd.io.smart.EventInputStream

public class EventInputStream
extends hep.lcd.io.smart.SmartObjectInputStream

Source Code:
EventInputStream.java

Inner classes inherited from class java.io.ObjectInputStream
ObjectInputStream.GetField
 
Fields inherited from interface java.io.ObjectStreamConstants
baseWireHandle, PROTOCOL_VERSION_1, PROTOCOL_VERSION_2, SC_BLOCK_DATA, SC_EXTERNALIZABLE, SC_SERIALIZABLE, SC_WRITE_METHOD, STREAM_MAGIC, STREAM_VERSION, SUBCLASS_IMPLEMENTATION_PERMISSION, SUBSTITUTION_PERMISSION, TC_ARRAY, TC_BASE, TC_BLOCKDATA, TC_BLOCKDATALONG, TC_CLASS, TC_CLASSDESC, TC_ENDBLOCKDATA, TC_EXCEPTION, TC_LONGSTRING, TC_MAX, TC_NULL, TC_OBJECT, TC_PROXYCLASSDESC, TC_REFERENCE, TC_RESET, TC_STRING
 
Constructor Summary
EventInputStream(File f)
           
EventInputStream(File f, int bufSize)
           
EventInputStream(String s)
           
EventInputStream(String s, int bufSize)
           
 
Method Summary
 void close()
           
 Object getHeader()
           
 void rewind()
           
 
Methods inherited from class java.io.ObjectInputStream
available, defaultReadObject, enableResolveObject, read, read, readBoolean, readByte, readChar, readClassDescriptor, readDouble, readFields, readFloat, readFully, readFully, readInt, readLine, readLong, readObject, readObjectOverride, readShort, readStreamHeader, readUnsignedByte, readUnsignedShort, readUTF, registerValidation, resolveClass, resolveObject, resolveProxyClass, skipBytes
 
Methods inherited from class java.io.InputStream
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
read, skip
 

Constructor Detail

EventInputStream

public EventInputStream(String s,
                        int bufSize)
                 throws IOException

EventInputStream

public EventInputStream(String s)
                 throws IOException

EventInputStream

public EventInputStream(File f)
                 throws IOException

EventInputStream

public EventInputStream(File f,
                        int bufSize)
                 throws IOException
Method Detail

getHeader

public Object getHeader()
                 throws IOException,
                        ClassNotFoundException

close

public void close()
           throws IOException
Overrides:
close in class ObjectInputStream

rewind

public void rewind()
            throws IOException


The LCD Group