Class ChannelWithMeta


  • public class ChannelWithMeta
    extends Object
    Channel with block count and numBytesInLastBlock of file.
    • Constructor Detail

      • ChannelWithMeta

        public ChannelWithMeta​(FileIOChannel.ID channel,
                               int blockCount,
                               int numBytesInLastBlock)
    • Method Detail

      • getBlockCount

        public int getBlockCount()
      • getNumBytesInLastBlock

        public int getNumBytesInLastBlock()