Property | Type | Description | |
---|---|---|---|
InternalRead | int | ||
ReadFromBuffer | bool | ||
ReadIFilterImpl | void |
Method | 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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | 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 |
public FilterReader ( byte bytes, string extension ) : System | ||
bytes | byte | |
extension | string | |
return | System |
public FilterReader ( byte bytes, string extension, uint blockSize ) : System | ||
bytes | byte | |
extension | string | |
blockSize | uint | |
return | System |
public FilterReader ( byte bytes, uint blockSize ) : System | ||
bytes | byte | |
blockSize | uint | |
return | System |
public FilterReader ( string fileName ) : System | ||
fileName | string | |
return | System |
public FilterReader ( string fileName, string extension ) : System | ||
fileName | string | |
extension | string | |
return | System |
public FilterReader ( string fileName, string extension, uint blockSize ) : System | ||
fileName | string | |
extension | string | |
blockSize | uint | |
return | System |
public FilterReader ( string fileName, uint blockSize ) : System | ||
fileName | string | |
blockSize | uint | |
return | System |
public Read ( char array, int offset, int count ) : int | ||
array | char | |
offset | int | |
count | int | |
return | int |