com.ibm.websphere.wim.util

Class ByteArray

  • java.lang.Object
    • com.ibm.websphere.wim.util.ByteArray
  • All Implemented Interfaces:
    java.io.Serializable


    public class ByteArray
    extends java.lang.Object
    implements java.io.Serializable
    ByteArray class is used to send a byte array of serialized objects.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      ByteArray(byte[] bArray) 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      byte[] getByteArray() 
      void setByteArray(byte[] byteArray) 
      int size() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ByteArray

        public ByteArray(byte[] bArray)
    • Method Detail

      • getByteArray

        public byte[] getByteArray()
      • setByteArray

        public void setByteArray(byte[] byteArray)
      • size

        public int size()