public static interface SequenceFile.ValueBytes
限定符和类型 | 方法和说明 |
---|---|
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.
|
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()
Copyright © 2009 The Apache Software Foundation