Class VertexWriterUnsafe<V extends VertexType>
java.lang.Object
com.jozufozu.flywheel.core.vertex.VertexWriterUnsafe<V>
- All Implemented Interfaces:
VertexWriter
- Direct Known Subclasses:
BlockWriterUnsafe,PosTexNormalWriterUnsafe
public abstract class VertexWriterUnsafe<V extends VertexType>
extends Object
implements VertexWriter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.jozufozu.flywheel.api.vertex.VertexWriter
writeVertex, writeVertexList
-
Field Details
-
type
-
buffer
-
ptr
protected long ptr
-
-
Constructor Details
-
VertexWriterUnsafe
-
-
Method Details
-
advance
protected void advance() -
seekToVertex
public void seekToVertex(int vertex) - Specified by:
seekToVertexin interfaceVertexWriter
-
intoReader
- Specified by:
intoReaderin interfaceVertexWriter
-