// Assembly: mscorlib
// Full name: System.IO.BufferedStream

namespace System.IO
{
public class BufferedStream // TypeDefIndex: 4928
{
	// Fields
	type#26549 _stream;
	type#12861 _buffer;
	type#20877 _bufferSize;
	type#20868 _readPos;
	type#20868 _readLen;
	type#20868 _writePos;
	type#10496 _lastSyncCompletedReadTask;
	type#25799 _asyncActiveSemaphore;

	// Methods
	// RVA: -1
	internal type#25798 LazyEnsureAsyncActiveSemaphoreInitialized() { }
	// RVA: -1
	public type#28660 .ctor(type#26548 stream) { }
	// RVA: -1
	public type#28660 .ctor(type#26548 stream, type#20867 bufferSize) { }
	// RVA: -1
	private type#28660 EnsureNotClosed() { }
	// RVA: -1
	private type#28660 EnsureCanSeek() { }
	// RVA: -1
	private type#28660 EnsureCanRead() { }
	// RVA: -1
	private type#28660 EnsureCanWrite() { }
	// RVA: -1
	private type#28660 EnsureShadowBufferAllocated() { }
	// RVA: -1
	private type#28660 EnsureBufferAllocated() { }
	// RVA: -1
	public virtual type#15313 get_CanRead() { }
	// RVA: -1
	public virtual type#15313 get_CanWrite() { }
	// RVA: -1
	public virtual type#15313 get_CanSeek() { }
	// RVA: -1
	public virtual type#20900 get_Length() { }
	// RVA: -1
	public virtual type#20900 get_Position() { }
	// RVA: -1
	public virtual type#28660 set_Position(type#20900 value) { }
	// RVA: -1
	protected virtual type#28660 Dispose(type#15313 disposing) { }
	// RVA: -1
	public virtual type#28660 Flush() { }
	// RVA: -1
	public virtual type#27008 FlushAsync(type#15724 cancellationToken) { }
	// RVA: -1
	private type#27008 FlushAsyncInternal(type#15724 cancellationToken) { }
	// RVA: -1
	private type#28660 FlushRead() { }
	// RVA: -1
	private type#28660 ClearReadBufferBeforeWrite() { }
	// RVA: -1
	private type#28660 FlushWrite() { }
	// RVA: -1
	private type#27008 FlushWriteAsync(type#15724 cancellationToken) { }
	// RVA: -1
	private type#20867 ReadFromBuffer(type#12860 array, type#20867 offset, type#20867 count) { }
	// RVA: -1
	private type#20867 ReadFromBuffer(type#10216 destination) { }
	// RVA: -1
	private type#20867 ReadFromBuffer(type#12860 array, type#20867 offset, type#20867 count, type#11870 error) { }
	// RVA: -1
	public virtual type#20867 Read(type#12860 array, type#20867 offset, type#20867 count) { }
	// RVA: -1
	public virtual type#20867 Read(type#10216 destination) { }
	// RVA: -1
	private type#10495 LastSyncCompletedReadTask(type#20867 val) { }
	// RVA: -1
	public virtual type#10495 ReadAsync(type#12860 buffer, type#20867 offset, type#20867 count, type#15724 cancellationToken) { }
	// RVA: -1
	public virtual type#11178 ReadAsync(type#9395 buffer, type#15731 cancellationToken) { }
	// RVA: -1
	private type#11178 ReadFromUnderlyingStreamAsync(type#9395 buffer, type#15724 cancellationToken, type#20867 bytesAlreadySatisfied, type#27008 semaphoreLockTask) { }
	// RVA: -1
	public virtual type#19811 BeginRead(type#12860 buffer, type#20867 offset, type#20867 count, type#14561 callback, type#23705 state) { }
	// RVA: -1
	public virtual type#20867 EndRead(type#19811 asyncResult) { }
	// RVA: -1
	public virtual type#20867 ReadByte() { }
	// RVA: -1
	private type#20867 ReadByteSlow() { }
	// RVA: -1
	private type#28660 WriteToBuffer(type#12860 array, type#11942 offset, type#11942 count) { }
	// RVA: -1
	private type#20867 WriteToBuffer(type#10091 buffer) { }
	// RVA: -1
	public virtual type#28660 Write(type#12860 array, type#20867 offset, type#20867 count) { }
	// RVA: -1
	public virtual type#28660 Write(type#10091 buffer) { }
	// RVA: -1
	public virtual type#27008 WriteAsync(type#12860 buffer, type#20867 offset, type#20867 count, type#15724 cancellationToken) { }
	// RVA: -1
	public virtual type#28389 WriteAsync(type#10072 buffer, type#15731 cancellationToken) { }
	// RVA: -1
	private type#27008 WriteToUnderlyingStreamAsync(type#10072 buffer, type#15724 cancellationToken, type#27008 semaphoreLockTask) { }
	// RVA: -1
	public virtual type#19811 BeginWrite(type#12860 buffer, type#20867 offset, type#20867 count, type#14561 callback, type#23705 state) { }
	// RVA: -1
	public virtual type#28660 EndWrite(type#19811 asyncResult) { }
	// RVA: -1
	public virtual type#28660 WriteByte(type#15455 value) { }
	// RVA: -1
	public virtual type#20900 Seek(type#20900 offset, type#25777 origin) { }
	// RVA: -1
	public virtual type#28660 SetLength(type#20900 value) { }
	// RVA: -1
	public virtual type#28660 CopyTo(type#26548 destination, type#20867 bufferSize) { }
	// RVA: -1
	public virtual type#27008 CopyToAsync(type#26548 destination, type#20867 bufferSize, type#15724 cancellationToken) { }
	// RVA: -1
	private type#27008 CopyToAsyncCore(type#26548 destination, type#20867 bufferSize, type#15724 cancellationToken) { }
}
}
