Akka.Interfaced.SlimSocket.Server.HeadTailWriteStream.SetLength C# (CSharp) Method

SetLength() public method

public SetLength ( long length ) : void
length long
return void
        public override void SetLength(long length)
        {
            _length = (int)length;
            EnsureCapacity(_length);
        }