org.csc.phynixx.common.io
Class LogRecordReader
java.lang.Object
org.csc.phynixx.common.io.LogRecordReader
public class LogRecordReader
- extends Object
Created by christoph on 12.01.14.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogRecordReader
public LogRecordReader(byte[] content)
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.