|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface SequenceFile.ValueBytes
The interface to 'raw' values of SequenceFiles.
Method Summary | |
---|---|
int |
getSize()
Size of stored data. |
void |
writeCompressedBytes(DataOutputStream outStream)
Write compressed bytes to outStream. |
void |
writeUncompressedBytes(DataOutputStream outStream)
Writes the uncompressed bytes to the outStream. |
Method Detail |
---|
void writeUncompressedBytes(DataOutputStream outStream) throws IOException
outStream
- : Stream to write uncompressed bytes into.
IOException
void writeCompressedBytes(DataOutputStream outStream) throws IllegalArgumentException, IOException
outStream
- : Stream to write compressed bytes into.
IllegalArgumentException
IOException
int getSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |