Свойство | Type | Description | |
---|---|---|---|
InternalRead | int | ||
ReadFromBuffer | bool | ||
ReadIFilterImpl | void |
Méthode | Description | |
---|---|---|
FilterReader ( byte bytes ) : System | ||
FilterReader ( byte bytes, string extension ) : System | ||
FilterReader ( byte bytes, string extension, uint blockSize ) : System | ||
FilterReader ( byte bytes, uint blockSize ) : System | ||
FilterReader ( string fileName ) : System | ||
FilterReader ( string fileName, string extension ) : System | ||
FilterReader ( string fileName, string extension, uint blockSize ) : System | ||
FilterReader ( string fileName, uint blockSize ) : System | ||
Init ( ) : void | ||
Init ( |
||
Peek ( ) : int | ||
Read ( ) : int | ||
Read ( char array, int offset, int count ) : int | ||
ReadToEnd ( ) : string |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
InternalRead ( char array, int offset, int count ) : int | ||
ReadFromBuffer ( char array, int offset, int &count ) : bool | ||
ReadIFilterImpl ( char array, int offset, int &remaining, bool peek, bool forceDirectlyWrite ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public FilterReader ( byte bytes ) : System | ||
bytes | byte | |
Résultat | System |
public FilterReader ( byte bytes, string extension ) : System | ||
bytes | byte | |
extension | string | |
Résultat | System |
public FilterReader ( byte bytes, string extension, uint blockSize ) : System | ||
bytes | byte | |
extension | string | |
blockSize | uint | |
Résultat | System |
public FilterReader ( byte bytes, uint blockSize ) : System | ||
bytes | byte | |
blockSize | uint | |
Résultat | System |
public FilterReader ( string fileName ) : System | ||
fileName | string | |
Résultat | System |
public FilterReader ( string fileName, string extension ) : System | ||
fileName | string | |
extension | string | |
Résultat | System |
public FilterReader ( string fileName, string extension, uint blockSize ) : System | ||
fileName | string | |
extension | string | |
blockSize | uint | |
Résultat | System |
public FilterReader ( string fileName, uint blockSize ) : System | ||
fileName | string | |
blockSize | uint | |
Résultat | System |
public Read ( char array, int offset, int count ) : int | ||
array | char | |
offset | int | |
count | int | |
Résultat | int |