// Assembly: Newtonsoft.Json
// Full name: Newtonsoft.Json.Utilities.StringBuffer

namespace Newtonsoft.Json.Utilities
{
public class StringBuffer // TypeDefIndex: 10334
{
	// Fields
	type#12900 _buffer;
	type#20868 _position;

	// Methods
	// RVA: -1
	public type#20867 get_Position() { }
	// RVA: -1
	public type#28660 set_Position(type#20867 value) { }
	// RVA: -1
	public type#15313 get_IsEmpty() { }
	// RVA: -1
	public type#28660 .ctor(type#6098 bufferPool, type#20867 initalSize) { }
	// RVA: -1
	private type#28660 .ctor(type#12899 buffer) { }
	// RVA: -1
	public type#28660 Append(type#6098 bufferPool, type#15837 value) { }
	// RVA: -1
	public type#28660 Append(type#6098 bufferPool, type#12899 buffer, type#20867 startIndex, type#20867 count) { }
	// RVA: -1
	public type#28660 Clear(type#6098 bufferPool) { }
	// RVA: -1
	private type#28660 EnsureSize(type#6098 bufferPool, type#20867 appendLength) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	public type#26576 ToString(type#20867 start, type#20867 length) { }
	// RVA: -1
	public type#12899 get_InternalBuffer() { }
}
}
