#include <ebzip2.h>
◆ EBzip2()
◆ ~EBzip2()
◆ close()
◆ getBytesIn()
ULongLong EBzip2::getBytesIn |
( |
| ) |
|
|
inline |
The number of uncompressed bytes associated with the file written.
◆ getBytesOut()
ULongLong EBzip2::getBytesOut |
( |
| ) |
|
|
inline |
The number of compressed bytes associated with the file written.
◆ getErrorDesc()
cpStr EBzip2::getErrorDesc |
( |
Int |
e | ) |
|
|
static |
Gets the description of the specified error value.
◆ getFileName()
Gets the file name that to be operated on.
◆ getLastError()
Int EBzip2::getLastError |
( |
| ) |
|
|
inline |
Gets the last error value that occurred.
◆ getTerminator()
cChar EBzip2::getTerminator |
( |
| ) |
|
|
inline |
◆ isOpen()
True - the file is open, False - the file is closed.
◆ read()
Int EBzip2::read |
( |
pUChar |
pbuf, |
|
|
Int |
length |
|
) |
| |
Read a specified number of decompressed bytes.
◆ readLine()
Int EBzip2::readLine |
( |
pStr |
pbuf, |
|
|
Int |
length |
|
) |
| |
Read a decompressed line terminated by the supplied terminator.
◆ readOpen()
Void EBzip2::readOpen |
( |
cpStr |
filename | ) |
|
Open the file for reading.
◆ setFileName()
EString& EBzip2::setFileName |
( |
cpStr |
filename | ) |
|
|
inline |
Sets the file name that to be operated on.
◆ setTerminator()
cChar EBzip2::setTerminator |
( |
cChar |
c | ) |
|
|
inline |
◆ write()
Int EBzip2::write |
( |
pUChar |
pbuf, |
|
|
Int |
length |
|
) |
| |
Write the specified number of decompressed bytes.
◆ writeOpen()
Void EBzip2::writeOpen |
( |
cpStr |
filename | ) |
|
Open the file for writing.
The documentation for this class was generated from the following files:
- /home/vagrant/share/code/epctools/include/epc/ebzip2.h
- /home/vagrant/share/code/epctools/src/ebzip2.cpp