OpenStory.Common.IO.PacketBuilder.PacketBuilder C# (CSharp) Method

PacketBuilder() public method

Initializes a new instance of the PacketBuilder class with the default capacity.
public PacketBuilder ( ) : System
return System
        public PacketBuilder()
        {
            this.stream = new MemoryStream();
        }