public class ChunkGroupFooterV2 extends Object
| Modifier and Type | Method and Description |
|---|---|
static ChunkGroupHeader |
deserializeFrom(InputStream inputStream,
boolean markerRead)
deserialize from inputStream.
|
static ChunkGroupHeader |
deserializeFrom(TsFileInput input,
long offset,
boolean markerRead)
deserialize from TsFileInput.
|
public static ChunkGroupHeader deserializeFrom(InputStream inputStream, boolean markerRead) throws IOException
markerRead - Whether the marker of the CHUNK_GROUP_FOOTER is read ahead.IOExceptionpublic static ChunkGroupHeader deserializeFrom(TsFileInput input, long offset, boolean markerRead) throws IOException
markerRead - Whether the marker of the CHUNK_GROUP_FOOTER is read ahead.IOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.