Introduction
The java encapsulationutility example is extracted from the most popular open source projects, you can refer to the following example for usage.
Programming language: Java
Namespace/package name: org.jboss.com.sun.corba.se.impl.ior
Example#1File:
TaggedProfileTemplateBase.javaProject:
emmartins/jboss-openjdk-corba
public void write(OutputStream os) {
EncapsulationUtility.writeEncapsulation(this, os);
}