프로퍼티 | 타입 | 설명 | |
---|---|---|---|
LastLineRead | string |
메소드 | 설명 | |
---|---|---|
ExcludeBrackets ( string line, char left = '{', char right = '}' ) : string[] | ||
GetElements ( byte data ) : IEnumerable |
||
GetElementsByBrackets ( byte data ) : IEnumerable |
||
GetElementsByCommas ( byte data ) : IEnumerable |
||
GetElementsByParenthesis ( byte data ) : IEnumerable |
||
GetElementsByTabs ( byte data ) : IEnumerable |
||
ReadNextElement ( StreamReader reader ) : string[] | ||
ReadNextLine ( StreamReader reader ) : string | ||
ReadUntil ( StreamReader reader, string c ) : string | ||
SetAndLoadReader ( MemoryStream memoryStream, Encoding @default ) : StreamReader | ||
SetAndLoadReader ( string file, Encoding @default ) : StreamReader |
public static ExcludeBrackets ( string line, char left = '{', char right = '}' ) : string[] | ||
line | string | |
left | char | |
right | char | |
리턴 | string[] |
public static GetElements ( byte data ) : IEnumerable |
||
data | byte | |
리턴 | IEnumerable |
public static GetElementsByBrackets ( byte data ) : IEnumerable |
||
data | byte | |
리턴 | IEnumerable |
public static GetElementsByCommas ( byte data ) : IEnumerable |
||
data | byte | |
리턴 | IEnumerable |
public static GetElementsByParenthesis ( byte data ) : IEnumerable |
||
data | byte | |
리턴 | IEnumerable |
public static GetElementsByTabs ( byte data ) : IEnumerable |
||
data | byte | |
리턴 | IEnumerable |
public static ReadNextElement ( StreamReader reader ) : string[] | ||
reader | StreamReader | |
리턴 | string[] |
public static ReadNextLine ( StreamReader reader ) : string | ||
reader | StreamReader | |
리턴 | string |
public static ReadUntil ( StreamReader reader, string c ) : string | ||
reader | StreamReader | |
c | string | |
리턴 | string |
public static SetAndLoadReader ( MemoryStream memoryStream, Encoding @default ) : StreamReader | ||
memoryStream | MemoryStream | |
@default | Encoding | |
리턴 | StreamReader |
public static SetAndLoadReader ( string file, Encoding @default ) : StreamReader | ||
file | string | |
@default | Encoding | |
리턴 | StreamReader |