Class ImmutableMarshalledValueByteStream

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable, org.jboss.marshalling.ByteOutput

    @ThreadSafe
    public final class ImmutableMarshalledValueByteStream
    extends MarshalledValueByteStream
    A byte stream that is immutable. Bytes are captured during construction and cannot be written to thereafter.
    Since:
    5.1
    Author:
    Manik Surtani