Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.IO.StreamReader Member List

This is the complete list of members for System.IO.StreamReader, including all inherited members.

_asyncReadTaskSystem.IO.StreamReaderprivate
_byteBufferSystem.IO.StreamReaderprivate
_byteLenSystem.IO.StreamReaderprivate
_bytePosSystem.IO.StreamReaderprivate
_charBufferSystem.IO.StreamReaderprivate
_charLenSystem.IO.StreamReaderprivate
_charPosSystem.IO.StreamReaderprivate
_checkPreambleSystem.IO.StreamReaderprivate
_closableSystem.IO.StreamReaderprivate
_decoderSystem.IO.StreamReaderprivate
_detectEncodingSystem.IO.StreamReaderprivate
_disposedSystem.IO.StreamReaderprivate
_encodingSystem.IO.StreamReaderprivate
_isBlockedSystem.IO.StreamReaderprivate
_maxCharsPerBufferSystem.IO.StreamReaderprivate
_streamSystem.IO.StreamReaderprivate
BaseStreamSystem.IO.StreamReader
CheckAsyncTaskInProgress()System.IO.StreamReaderinlineprivate
Close()System.IO.StreamReaderinlinevirtual
CompressBuffer(int n)System.IO.StreamReaderinlineprivate
CurrentEncodingSystem.IO.StreamReader
DetectEncoding()System.IO.StreamReaderinlineprivate
DiscardBufferedData()System.IO.StreamReaderinline
Dispose(bool disposing)System.IO.StreamReaderinlineprotectedvirtual
System::IO::TextReader.Dispose()System.IO.TextReaderinline
EndOfStreamSystem.IO.StreamReader
GetLifetimeService()System.MarshalByRefObjectinline
InitializeLifetimeService()System.MarshalByRefObjectinlinevirtual
IsPreamble()System.IO.StreamReaderinlineprivate
MemberwiseClone(bool cloneIdentity)System.MarshalByRefObjectinlineprotected
NullSystem.IO.StreamReaderstatic
Peek()System.IO.StreamReaderinlinevirtual
Read()System.IO.StreamReaderinlinevirtual
Read(char[] buffer, int index, int count)System.IO.StreamReaderinlinevirtual
Read(Span< char > buffer)System.IO.StreamReaderinlinevirtual
ReadAsync(char[] buffer, int index, int count)System.IO.StreamReaderinlinevirtual
ReadAsync(Memory< char > buffer, CancellationToken cancellationToken=default(CancellationToken))System.IO.StreamReaderinlinevirtual
ReadAsyncInternal(Memory< char > buffer, CancellationToken cancellationToken)System.IO.StreamReaderinlinepackagevirtual
ReadBlock(char[] buffer, int index, int count)System.IO.StreamReaderinlinevirtual
ReadBlock(Span< char > buffer)System.IO.StreamReaderinlinevirtual
ReadBlockAsync(char[] buffer, int index, int count)System.IO.StreamReaderinlinevirtual
ReadBlockAsync(Memory< char > buffer, CancellationToken cancellationToken=default(CancellationToken))System.IO.StreamReaderinlinevirtual
ReadBlockAsyncInternal(Memory< char > buffer, CancellationToken cancellationToken)System.IO.TextReaderinlinepackage
ReadBuffer()System.IO.StreamReaderinlinepackagevirtual
ReadBuffer(Span< char > userBuffer, out bool readToUserBuffer)System.IO.StreamReaderinlineprivate
ReadBufferAsync(CancellationToken cancellationToken)System.IO.StreamReaderinlineprivate
ReadLine()System.IO.StreamReaderinlinevirtual
ReadLineAsync()System.IO.StreamReaderinlinevirtual
ReadLineAsyncInternal()System.IO.StreamReaderinlineprivate
ReadSpan(Span< char > buffer)System.IO.StreamReaderinlineprivate
ReadToEnd()System.IO.StreamReaderinlinevirtual
ReadToEndAsync()System.IO.StreamReaderinlinevirtual
ReadToEndAsyncInternal()System.IO.StreamReaderinlineprivate
StreamReader()System.IO.StreamReaderinlineprivate
StreamReader(Stream stream)System.IO.StreamReaderinline
StreamReader(Stream stream, bool detectEncodingFromByteOrderMarks)System.IO.StreamReaderinline
StreamReader(Stream stream, Encoding encoding)System.IO.StreamReaderinline
StreamReader(Stream stream, Encoding encoding, bool detectEncodingFromByteOrderMarks)System.IO.StreamReaderinline
StreamReader(Stream stream, Encoding encoding, bool detectEncodingFromByteOrderMarks, int bufferSize)System.IO.StreamReaderinline
StreamReader(Stream stream, Encoding? encoding=null, bool detectEncodingFromByteOrderMarks=true, int bufferSize=-1, bool leaveOpen=false)System.IO.StreamReaderinline
StreamReader(string path)System.IO.StreamReaderinline
StreamReader(string path, bool detectEncodingFromByteOrderMarks)System.IO.StreamReaderinline
StreamReader(string path, Encoding encoding)System.IO.StreamReaderinline
StreamReader(string path, Encoding encoding, bool detectEncodingFromByteOrderMarks)System.IO.StreamReaderinline
StreamReader(string path, Encoding encoding, bool detectEncodingFromByteOrderMarks, int bufferSize)System.IO.StreamReaderinline
StreamReader(string path, FileStreamOptions options)System.IO.StreamReaderinline
StreamReader(string path, Encoding encoding, bool detectEncodingFromByteOrderMarks, FileStreamOptions options)System.IO.StreamReaderinline
Synchronized(TextReader reader)System.IO.TextReaderinlinestatic
ThrowAsyncIOInProgress()System.IO.StreamReaderinlineprivatestatic
ThrowIfDisposed()System.IO.StreamReaderinlineprivate
ValidateArgs(string path, Encoding encoding)System.IO.StreamReaderinlineprivatestatic
ValidateArgsAndOpenPath(string path, Encoding encoding, FileStreamOptions options)System.IO.StreamReaderinlineprivatestatic
ValidateArgsAndOpenPath(string path, Encoding encoding, int bufferSize)System.IO.StreamReaderinlineprivatestatic