Class BankBuf.Bank

java.lang.Object
uk.ac.bristol.star.cdf.record.BankBuf.Bank
Enclosing class:
BankBuf

protected static class BankBuf.Bank extends Object
Data bank for use within BankBuf class and its subclasses. This stores a subsequence of bytes for the Buf, and records its position within the whole sequence.
  • Constructor Details

    • Bank

      public Bank(ByteBuffer byteBuffer, long start, boolean isBigendian)
      Constructor.
      Parameters:
      byteBuffer - NIO buffer containing data
      start - offset into the full sequence at which this bank is considered to start
      isBigendian - true for big-endian, false for little-endian