| Modifier and Type | Field and Description |
|---|---|
| private byte[] | |
| private BZip2CompressorInputStream | |
| private boolean | |
| public static final PyType | |
| public PyString |
| Access | Constructor and Description |
|---|---|
| public | |
| public |
| Modifier and Type | Method and Description |
|---|---|
| pack-priv final void | |
| pack-priv final PyString | |
| public boolean | refersDirectlyTo(PyObject ob)
Implements org. Optional operation. |
| public int | traverse(Visitproc visit, Object arg)
Implements org. Traverses all directly contained |
| accumulator | back to summary |
|---|---|
| private byte[] accumulator | |
| decompressStream | back to summary |
|---|---|
| private BZip2CompressorInputStream decompressStream | |
| eofReached | back to summary |
|---|---|
| private boolean eofReached | |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| unused_data | back to summary |
|---|---|
| public PyString unused_data
| |
| PyBZ2Decompressor | back to summary |
|---|---|
| public PyBZ2Decompressor() | |
| PyBZ2Decompressor | back to summary |
|---|---|
| public PyBZ2Decompressor(PyType objtype) | |
| BZ2Decompressor___init__ | back to summary |
|---|---|
pack-priv final void BZ2Decompressor___init__(PyObject[] args, String[] kwds)
| |
| BZ2Decompressor_decompress | back to summary |
|---|---|
pack-priv final PyString BZ2Decompressor_decompress(PyObject[] args, String[] kwds)
| |
| refersDirectlyTo | back to summary |
|---|---|
| public boolean refersDirectlyTo(PyObject ob) Implements org. Doc from org. Optional operation.
Should only be implemented if it is more efficient
than calling
| |
| traverse | back to summary |
|---|---|
| public int traverse(Visitproc visit, Object arg) Implements org. Doc from org. Traverses all directly contained
| |