|
SiteMinder Java SDK r12.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnetegrity.siteminder.javaagent.BinaryBuffer
public class BinaryBuffer
Encapulates a buffer of binary data. Because byte arrays are not resizable, we need something that can pass data into a method and receive the corresponding data on the way out.
| Field Summary | |
|---|---|
byte[] |
buff
The binary data to encapsulate. |
| Constructor Summary | |
|---|---|
BinaryBuffer()
Creates a BinaryBuffer with no data in it |
|
BinaryBuffer(byte[] p_buff)
Creates a BinaryBuffer from a byte array. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public byte[] buff
| Constructor Detail |
|---|
public BinaryBuffer()
public BinaryBuffer(byte[] p_buff)
BinaryBuffer from a byte array.
p_buff - The data array.
|
Java SDK r12.5 Thu 09/08/2011 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||