| Modifier and Type | Class and Description |
|---|---|
| private class |
| Modifier and Type | Field and Description |
|---|---|
| private PyBZ2Compressor. | |
| private BZip2CompressorOutputStream | |
| public static final PyType |
| Access | Constructor and Description |
|---|---|
| public | |
| public |
| Modifier and Type | Method and Description |
|---|---|
| pack-priv final void | |
| public PyString | |
| public PyString | |
| private PyString |
| captureStream | back to summary |
|---|---|
| private PyBZ2Compressor. | |
| compressStream | back to summary |
|---|---|
| private BZip2CompressorOutputStream compressStream | |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| PyBZ2Compressor | back to summary |
|---|---|
| public PyBZ2Compressor() | |
| PyBZ2Compressor | back to summary |
|---|---|
| public PyBZ2Compressor(PyType subType) | |
| BZ2Compressor___init__ | back to summary |
|---|---|
pack-priv final void BZ2Compressor___init__(PyObject[] args, String[] kwds)
| |
| BZ2Compressor_compress | back to summary |
|---|---|
public PyString BZ2Compressor_compress(PyObject[] args, String[] kwds)
| |
| BZ2Compressor_flush | back to summary |
|---|---|
public PyString BZ2Compressor_flush(PyObject[] args, String[] kwds)
| |
| readData | back to summary |
|---|---|
| private PyString readData() | |
| Modifier and Type | Field and Description |
|---|---|
| private final ByteArrayOutputStream |
| Access | Constructor and Description |
|---|---|
| private |
| Modifier and Type | Method and Description |
|---|---|
| public boolean | |
| public byte[] | |
| public void | |
| public void | write(int
the byteData)byte.Implements abstract java. Writes the specified byte to this output stream. |
| capturedData | back to summary |
|---|---|
| private final ByteArrayOutputStream capturedData | |
| CaptureStream | back to summary |
|---|---|
| private CaptureStream() | |
| hasData | back to summary |
|---|---|
| public boolean hasData() | |
| readData | back to summary |
|---|---|
| public byte[] readData() | |
| resetByteArray | back to summary |
|---|---|
| public void resetByteArray() | |
| write | back to summary |
|---|---|
| public void write(int byteData) throws IOException Implements abstract java. Doc from java. Writes the specified byte to this output stream. The general
contract for
| |