Class ImmutableMarshalledValueByteStream

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable

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

      • ImmutableMarshalledValueByteStream

        public ImmutableMarshalledValueByteStream​(byte[] bytes)
        Deprecated.
    • Method Detail

      • write

        public void write​(int b)
                   throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • equals

        public boolean equals​(java.lang.Object thatObject)
        Deprecated.
      • hashCode

        public int hashCode()
        Deprecated.