org.bioconductor.packages.rservices
Class RRaw
java.lang.Object
org.bioconductor.packages.rservices.RObject
org.bioconductor.packages.rservices.RVector
org.bioconductor.packages.rservices.RRaw
- All Implemented Interfaces:
- java.io.Serializable
public class RRaw
- extends RVector
- See Also:
- Serialized Form
Field Summary |
protected byte[] |
value
|
Fields inherited from class org.bioconductor.packages.rservices.RVector |
names |
Constructor Summary |
RRaw()
|
RRaw(byte[] value,
java.lang.String[] names)
|
Method Summary |
boolean |
equals(java.lang.Object inputObject)
|
byte[] |
getValue()
Gets the value for this RRaw. |
int |
length()
|
void |
setValue(java.lang.Byte value)
Sets the value for this RRaw. |
void |
setValue(byte[] value)
Sets the value for this RRaw. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
value
protected byte[] value
RRaw
public RRaw()
RRaw
public RRaw(byte[] value,
java.lang.String[] names)
setValue
public void setValue(byte[] value)
- Sets the value for this RRaw.
- Parameters:
value
-
setValue
public void setValue(java.lang.Byte value)
- Sets the value for this RRaw.
- Parameters:
value
-
getValue
public byte[] getValue()
- Gets the value for this RRaw.
- Returns:
- value
length
public int length()
- Overrides:
length
in class RVector
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.