|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.bristol.star.cdf.record.BankBuf.Bank
protected static class BankBuf.Bank
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 Summary | |
---|---|
BankBuf.Bank(java.nio.ByteBuffer byteBuffer,
long start,
boolean isBigendian)
Constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BankBuf.Bank(java.nio.ByteBuffer byteBuffer, long start, boolean isBigendian)
byteBuffer
- NIO buffer containing datastart
- offset into the full sequence at which this bank
is considered to startisBigendian
- true for big-endian, false for little-endian
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |