Amazon.Runtime.Internal.Util.PartialWrapperStream.WriteByte C# (CSharp) Method

WriteByte() public method

public WriteByte ( byte value ) : void
value byte
return void
        public override void WriteByte(byte value)
        {
            throw new NotSupportedException();
        }