public class FileBlock extends Object
| Constructor and Description |
|---|
FileBlock(int type, Compression
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBuffer()
|
Compression |
getCompression()
|
int |
getLength()
|
int |
getNumObjects()
|
int |
getType()
|
int |
getUncompressedLength()
|
public FileBlock(int type,
Compression compression,
int uncompressedLength,
int numObjects,
byte[] buffer,
int length) public int getType()
public CompressiongetCompression()
public int getUncompressedLength()
public int getNumObjects()
public byte[] getBuffer()
public int getLength()