| Package | Description | 
|---|---|
| com.pervasive.datarush.io.compression.bzip2 | 
| Modifier and Type | Method and Description | 
|---|---|
static BZip2CompressorInputStream.ReadMode | 
BZip2CompressorInputStream.ReadMode.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static BZip2CompressorInputStream.ReadMode[] | 
BZip2CompressorInputStream.ReadMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
BZip2CompressorInputStream(InputStream in,
                          BZip2CompressorInputStream.ReadMode readMode)
Constructs a new BZip2CompressorInputStream which decompresses bytes
 read from the specified stream. 
 | 
Copyright © 2016 Actian Corporation. All rights reserved.