@ThreadSafe public final class ImmutableMarshalledValueByteStream extends MarshalledValueByteStream
Constructor and Description |
---|
ImmutableMarshalledValueByteStream(byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object thatObject) |
byte[] |
getRaw() |
int |
hashCode() |
int |
size() |
void |
write(int b) |
close, flush, write, write
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
write, write
public ImmutableMarshalledValueByteStream(byte[] bytes)
public int size()
size
in class MarshalledValueByteStream
public byte[] getRaw()
getRaw
in class MarshalledValueByteStream
public void write(int b) throws IOException
write
in interface ByteOutput
write
in class OutputStream
IOException
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.