org.omg.Security
Class OpaqueBuffer

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

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

Generated from IDL definition of struct "OpaqueBuffer"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 byte[] buffer
           
 int endpos
           
 int startpos
           
 
Constructor Summary
OpaqueBuffer()
           
OpaqueBuffer(byte[] buffer, int startpos, int endpos)
           
 
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)