org.omg.Security
Class OpaqueBuffer

java.lang.Object
  extended by org.omg.Security.OpaqueBuffer
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class OpaqueBuffer
extends java.lang.Object
implements IDLEntity

Generated from IDL struct "OpaqueBuffer".

Version:
generated at Aug 22, 2009 1:40:06 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Field Summary
 byte[] buffer
           
 int endpos
           
 int startpos
           
 
Constructor Summary
OpaqueBuffer()
           
OpaqueBuffer(byte[] buffer, int startpos, int endpos)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buffer

public byte[] buffer

startpos

public int startpos

endpos

public int endpos
Constructor Detail

OpaqueBuffer

public OpaqueBuffer()

OpaqueBuffer

public OpaqueBuffer(byte[] buffer,
                    int startpos,
                    int endpos)


Copyright © 2009. All Rights Reserved.