org.csc.phynixx.common.io
Class LogRecordReader

java.lang.Object
  extended by org.csc.phynixx.common.io.LogRecordReader

public class LogRecordReader
extends Object

Created by christoph on 12.01.14.


Constructor Summary
LogRecordReader(byte[] content)
           
 
Method Summary
 void close()
           
 boolean readBoolean()
           
 byte readByte()
           
 double readDouble()
           
 float readFloat()
           
 int readInt()
           
 long readLong()
           
 Object readObject()
           
 short readShort()
           
 String readUTF()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogRecordReader

public LogRecordReader(byte[] content)
Method Detail

readUTF

public String readUTF()
               throws IOException
Throws:
IOException

readLong

public long readLong()
              throws IOException
Throws:
IOException

readByte

public byte readByte()
              throws IOException
Throws:
IOException

readBoolean

public boolean readBoolean()
                    throws IOException
Throws:
IOException

readInt

public int readInt()
            throws IOException
Throws:
IOException

readFloat

public float readFloat()
                throws IOException
Throws:
IOException

readDouble

public double readDouble()
                  throws IOException
Throws:
IOException

readShort

public short readShort()
                throws IOException
Throws:
IOException

readObject

public Object readObject()
                  throws IOException
Throws:
IOException

close

public void close()


Copyright © 2015. All rights reserved.