org.bioconductor.packages.rservices
Class RJRawArray

java.lang.Object
  extended by org.bioconductor.packages.rservices.RJArray
      extended by org.bioconductor.packages.rservices.RJRawArray
All Implemented Interfaces:
java.io.Serializable

public class RJRawArray
extends RJArray

See Also:
Serialized Form

Field Summary
protected  byte[] value
           
 
Fields inherited from class org.bioconductor.packages.rservices.RJArray
dim, dimnames
 
Constructor Summary
RJRawArray()
           
RJRawArray(byte[] value, int[] dim, java.lang.Object[] dimnames)
           
 
Method Summary
 boolean equals(java.lang.Object inputObject)
           
 byte[] getValue()
          Gets the value for this RJRawArray.
 void setValue(byte[] value)
          Sets the value for this RJRawArray.
 java.lang.String toString()
           
 
Methods inherited from class org.bioconductor.packages.rservices.RJArray
getDim, getDimnames, setDim, setDimnames
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected byte[] value
Constructor Detail

RJRawArray

public RJRawArray()

RJRawArray

public RJRawArray(byte[] value,
                  int[] dim,
                  java.lang.Object[] dimnames)
Method Detail

setValue

public void setValue(byte[] value)
Sets the value for this RJRawArray.

Parameters:
value -

getValue

public byte[] getValue()
Gets the value for this RJRawArray.

Returns:
value

equals

public boolean equals(java.lang.Object inputObject)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright Bioconductor. All Rights Reserved.