de.cm.osm2po.sd.primitives
Class QBufDataFileReader

java.lang.Object
  extended by de.cm.osm2po.sd.primitives.QBufDataFileReader

public class QBufDataFileReader
extends java.lang.Object

Author:
(c) 2013 - Carsten Moeller - info@osm2po

Constructor Summary
QBufDataFileReader(java.io.File file)
           
QBufDataFileReader(java.io.File file, long offset, byte bufferSizeBits, int numberOfBuffers)
           
 
Method Summary
 void clear()
           
 void close()
           
 byte readByte(int idx)
           
 int readInt(int idx)
           
 long readLong(int idx)
           
 short readShort(int idx)
           
 void readStreamable(int idx, SdEdge streamable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QBufDataFileReader

public QBufDataFileReader(java.io.File file,
                          long offset,
                          byte bufferSizeBits,
                          int numberOfBuffers)

QBufDataFileReader

public QBufDataFileReader(java.io.File file)
Method Detail

clear

public void clear()

close

public void close()

readByte

public final byte readByte(int idx)

readShort

public final short readShort(int idx)

readInt

public final int readInt(int idx)

readLong

public final long readLong(int idx)

readStreamable

public final void readStreamable(int idx,
                                 SdEdge streamable)

osm2po-sd-5.0.0 (c) December 24 2014 Carsten Moeller - info@osm2po.de