Свойство | Тип | Описание | |
---|---|---|---|
bStrm | |||
delta | int |
Метод | Описание | |
---|---|---|
GetString ( int beg, int end ) : string |
Returns the string from the buffer between the given file positions. This needs to be done carefully, as the number of characters is, in general, not equal to (end - beg).
|
|
NewTextBuff ( Stream strm ) : TextBuff |
TextBuff factory. Reads the file preamble and returns a TextBuff, LittleEndTextBuff or BigEndTextBuff according to the result.
|
|
Peek ( ) : int | ||
Read ( ) : int |
Метод | Описание | |
---|---|---|
TextBuff ( Stream str ) : System |
Метод | Описание | |
---|---|---|
BadUTF8 ( ) : |
public final GetString ( int beg, int end ) : string | ||
beg | int | Begin filepos |
end | int | End filepos |
Результат | string |
public static NewTextBuff ( Stream strm ) : TextBuff | ||
strm | Stream | The underlying stream |
Результат | TextBuff |
protected BufferedStream,System.IO bStrm | ||
Результат |