Lines Matching defs:DataBuffer

46  * the DataBuffer is referred to as a bank.  Accessor methods for getting
47 * and setting elements of the DataBuffer's banks exist with and without
49 * bank. The DataBuffer can optionally take an offset per bank, so that
60 * the future. Generally, an object of class DataBuffer will be cast down
68 public abstract class DataBuffer {
91 /** The data type of this DataBuffer. */
94 /** The number of banks in this DataBuffer. */
126 * Constructs a DataBuffer containing one bank of the specified
129 * @param dataType the data type of this <code>DataBuffer</code>
132 protected DataBuffer(int dataType, int size) {
137 * Constructs a DataBuffer containing one bank of the specified
141 * @param dataType the data type of this <code>DataBuffer</code>
145 DataBuffer(State initialState,
157 * Constructs a DataBuffer containing the specified number of
160 * @param dataType the data type of this <code>DataBuffer</code>
163 * <code>DataBuffer</code>
165 protected DataBuffer(int dataType, int size, int numBanks) {
170 * Constructs a DataBuffer containing the specified number of
175 * @param dataType the data type of this <code>DataBuffer</code>
178 * <code>DataBuffer</code>
181 DataBuffer(State initialState,
193 * Constructs a DataBuffer that contains the specified number
196 * @param dataType the data type of this <code>DataBuffer</code>
199 * <code>DataBuffer</code>
202 protected DataBuffer(int dataType, int size, int numBanks, int offset) {
207 * Constructs a DataBuffer that contains the specified number
212 * @param dataType the data type of this <code>DataBuffer</code>
215 * <code>DataBuffer</code>
219 DataBuffer(State initialState,
234 * Constructs a DataBuffer which contains the specified number
239 * @param dataType the data type of this <code>DataBuffer</code>
242 * <code>DataBuffer</code>
247 protected DataBuffer(int dataType, int size, int numBanks, int offsets[]) {
252 * Constructs a DataBuffer which contains the specified number
259 * @param dataType the data type of this <code>DataBuffer</code>
262 * <code>DataBuffer</code>
268 DataBuffer(State initialState,
283 /** Returns the data type of this DataBuffer.
284 * @return the data type of this <code>DataBuffer</code>.
311 /** Returns the number of banks in this DataBuffer.
530 public StateTrackableDelegate getTrackable(DataBuffer db) {
534 public void setTrackable(DataBuffer db,