com.jniwrapper
Class NullBuffer

java.lang.Object
  extended by com.jniwrapper.AbstractBuffer
      extended by com.jniwrapper.NullBuffer
All Implemented Interfaces:
DataBuffer

public class NullBuffer
extends AbstractBuffer


Method Summary
static NullBuffer getInstance()
           
 
Methods inherited from class com.jniwrapper.AbstractBuffer
assertZero, readByte, readByteArray, readByteArray, readCallbackReference, readInt, readLong, readPointer, readShort, resize, writeByte, writeByteArray, writeByteArray, writeCallbackReference, writeInt, writeLong, writePointer, writeShort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static NullBuffer getInstance()