Searched refs:BinaryOutputCapsule (Results 1 - 4 of 4) sorted by relevance

/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
H A DBinaryIdContentPair.java38 private BinaryOutputCapsule content;
40 BinaryIdContentPair(int id, BinaryOutputCapsule content) {
45 BinaryOutputCapsule getContent() {
49 void setContent(BinaryOutputCapsule content) {
H A DBinaryInputCapsule.java762 if (length == BinaryOutputCapsule.NULL_OBJECT)
772 if (length == BinaryOutputCapsule.NULL_OBJECT)
796 if (value == BinaryOutputCapsule.NULL_OBJECT
797 || value == BinaryOutputCapsule.DEFAULT_OBJECT)
804 if (length == BinaryOutputCapsule.NULL_OBJECT)
814 if (length == BinaryOutputCapsule.NULL_OBJECT)
837 if (length == BinaryOutputCapsule.NULL_OBJECT)
847 if (length == BinaryOutputCapsule.NULL_OBJECT)
865 if (length == BinaryOutputCapsule.NULL_OBJECT)
875 if (length == BinaryOutputCapsule
[all...]
H A DBinaryExporter.java259 BinaryOutputCapsule cap = contentTable.get(savable).getContent();
341 public BinaryOutputCapsule getCapsule(Savable object) {
398 new BinaryOutputCapsule(this, bco));
H A DBinaryOutputCapsule.java53 final class BinaryOutputCapsule implements OutputCapsule { class in inherits:OutputCapsule
66 public BinaryOutputCapsule(BinaryExporter exporter, BinaryClassObject bco) { method in class:BinaryOutputCapsule
410 if (!(arg0 instanceof BinaryOutputCapsule))
413 byte[] other = ((BinaryOutputCapsule) arg0).bytes;

Completed in 57 milliseconds