public static interface SequenceFile.ValueBytes
| Modifier and Type | Method and Description |
|---|---|
int |
getSize() |
void |
writeCompressedBytes(DataOutputStream outStream)
Write compressed bytes to outStream.
|
void |
writeUncompressedBytes(DataOutputStream outStream)
Writes the uncompressed bytes to the outStream.
|
void writeUncompressedBytes(DataOutputStream outStream) throws IOException
outStream - : Stream to write uncompressed bytes into.IOException - raised on errors performing I/O.void writeCompressedBytes(DataOutputStream outStream) throws IllegalArgumentException, IOException
outStream - : Stream to write compressed bytes into.IllegalArgumentException - an illegal or inappropriate argument.IOException - raised on errors performing I/O.int getSize()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.