com.jme.util.export.binary
Class BinaryIdContentPair

java.lang.Object
  extended by com.jme.util.export.binary.BinaryIdContentPair

public class BinaryIdContentPair
extends java.lang.Object


Constructor Summary
BinaryIdContentPair(int id, BinaryOutputCapsule content)
           
 
Method Summary
 BinaryOutputCapsule getContent()
           
 int getId()
           
 void setContent(BinaryOutputCapsule content)
           
 void setId(int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryIdContentPair

public BinaryIdContentPair(int id,
                           BinaryOutputCapsule content)
Method Detail

getContent

public BinaryOutputCapsule getContent()

setContent

public void setContent(BinaryOutputCapsule content)

getId

public int getId()

setId

public void setId(int id)