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

/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
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 50 milliseconds