@ThreadSafe public final class ImmutableMarshalledValueByteStream extends MarshalledValueByteStream
| Constructor and Description |
|---|
ImmutableMarshalledValueByteStream(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object thatObject) |
byte[] |
getRaw() |
int |
hashCode() |
int |
size() |
void |
write(int b) |
public ImmutableMarshalledValueByteStream(byte[] bytes)
public int size()
size in class MarshalledValueByteStreampublic byte[] getRaw()
getRaw in class MarshalledValueByteStreampublic void write(int b)
throws java.io.IOException
write in interface org.jboss.marshalling.ByteOutputwrite in class java.io.OutputStreamjava.io.IOExceptionpublic boolean equals(java.lang.Object thatObject)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object