org.csc.phynixx.common.io
Class LogRecordPageWriter

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

public class LogRecordPageWriter
extends Object

Created by Christoph Schmidt-Casdorff on 13.01.14.


Constructor Summary
LogRecordPageWriter()
           
 
Method Summary
 List<LogRecordWriter> getLogWriters()
           
 LogRecordWriter newLine()
           
 int size()
           
 byte[][] toByteByte()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogRecordPageWriter

public LogRecordPageWriter()
Method Detail

size

public int size()
Returns:
number of lines

getLogWriters

public List<LogRecordWriter> getLogWriters()

newLine

public LogRecordWriter newLine()

toByteByte

public byte[][] toByteByte()
                    throws IOException
Throws:
IOException


Copyright © 2015. All rights reserved.