All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.addc.naming.seshat.OctetSeqHolder Maven / Gradle / Ivy

package com.addc.naming.seshat;

/**
 * Generated from IDL alias "OctetSeq".
 *
 * @author JacORB IDL compiler V 3.9
 * @version generated at Aug 5, 2019 2:33:38 PM
 */

public final class OctetSeqHolder
	implements org.omg.CORBA.portable.Streamable
{
	public byte[] value;

	public OctetSeqHolder ()
	{
	}
	public OctetSeqHolder (final byte[] initial)
	{
		value = initial;
	}
	public org.omg.CORBA.TypeCode _type ()
	{
		return OctetSeqHelper.type ();
	}
	public void _read (final org.omg.CORBA.portable.InputStream in)
	{
		value = OctetSeqHelper.read (in);
	}
	public void _write (final org.omg.CORBA.portable.OutputStream out)
	{
		OctetSeqHelper.write (out,value);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy