public class ChannelWithMeta extends Object
Constructor and Description |
---|
ChannelWithMeta(FileIOChannel.ID channel,
int blockCount,
int numBytesInLastBlock) |
Modifier and Type | Method and Description |
---|---|
int |
getBlockCount() |
FileIOChannel.ID |
getChannel() |
int |
getNumBytesInLastBlock() |
public ChannelWithMeta(FileIOChannel.ID channel, int blockCount, int numBytesInLastBlock)
public FileIOChannel.ID getChannel()
public int getBlockCount()
public int getNumBytesInLastBlock()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.