Package edu.rit.mp.buf


@ParametersAreNonnullByDefault package edu.rit.mp.buf
The BUF package provides data buffers for Message Passing.
Since:
1.0
  • Classes
    Class
    Description
    Class BooleanArrayBuf provides a buffer for an array of Boolean items sent or received using the Message Protocol (MP).
    Class BooleanArrayBuf_1 provides a buffer for an array of Boolean items sent or received using the Message Protocol (MP).
    Class BooleanItemBuf provides a buffer for a single Boolean item sent or received using the Message Protocol (MP).
    Class BooleanMatrixBuf provides a buffer for a matrix of Boolean items sent or received using the Message Protocol (MP).
    Class BooleanMatrixBuf_1 provides a buffer for a matrix of Boolean items sent or received using the Message Protocol (MP).
    Class ByteArrayBuf provides a buffer for an array of byte items sent or received using the Message Protocol (MP).
    Class ByteArrayBuf_1 provides a buffer for an array of byte items sent or received using the Message Protocol (MP).
    Class ByteItemBuf provides a buffer for a single byte item sent or received using the Message Protocol (MP).
    Class ByteMatrixBuf provides a buffer for a matrix of byte items sent or received using the Message Protocol (MP).
    Class ByteMatrixBuf_1 provides a buffer for a matrix of byte items sent or received using the Message Protocol (MP).
    Class CharacterArrayBuf provides a buffer for an array of character items sent or received using the Message Protocol (MP).
    Class CharacterArrayBuf_1 provides a buffer for an array of character items sent or received using the Message Protocol (MP).
    Class CharacterItemBuf provides a buffer for a single character item sent or received using the Message Protocol (MP).
    Class CharacterMatrixBuf provides a buffer for a matrix of character items sent or received using the Message Protocol (MP).
    Class CharacterMatrixBuf_1 provides a buffer for a matrix of character items sent or received using the Message Protocol (MP).
    Class DoubleArrayBuf provides a buffer for an array of double items sent or received using the Message Protocol (MP).
    Class DoubleArrayBuf_1 provides a buffer for an array of double items sent or received using the Message Protocol (MP).
    Class DoubleItemBuf provides a buffer for a single double item sent or received using the Message Protocol (MP).
    Class DoubleMatrixBuf provides a buffer for a matrix of double items sent or received using the Message Protocol (MP).
    Class DoubleMatrixBuf_1 provides a buffer for a matrix of double items sent or received using the Message Protocol (MP).
    Class EmptyBooleanBuf provides a Boolean buffer that contains no items for messages using the Message Protocol (MP).
    Class EmptyByteBuf provides a byte buffer that contains no items for messages using the Message Protocol (MP).
    Class EmptyCharacterBuf provides a character buffer that contains no items for messages using the Message Protocol (MP).
    Class EmptyDoubleBuf provides a double buffer that contains no items for messages using the Message Protocol (MP).
    Class EmptyFloatBuf provides a float buffer that contains no items for messages using the Message Protocol (MP).
    Class EmptyIntegerBuf provides an integer buffer that contains no items for messages using the Message Protocol (MP).
    Class EmptyLongBuf provides a long buffer that contains no items for messages using the Message Protocol (MP).
    Class EmptyObjectBuf provides an object buffer that contains no items for messages using the Message Protocol (MP).
    Class EmptyShortBuf provides a short buffer that contains no items for messages using the Message Protocol (MP).
    Class EmptySigned16BitIntegerBuf provides a signed 16-bit integer buffer that contains no items for messages using the Message Protocol (MP).
    Class EmptySigned8BitIntegerBuf provides a signed 8-bit integer buffer that contains no items for messages using the Message Protocol (MP).
    Class EmptyUnsigned16BitIntegerBuf provides an unsigned 16-bit integer buffer that contains no items for messages using the Message Protocol (MP).
    Class EmptyUnsigned8BitIntegerBuf provides an unsigned 8-bit integer buffer that contains no items for messages using the Message Protocol (MP).
    Class FloatArrayBuf provides a buffer for an array of float items sent or received using the Message Protocol (MP).
    Class FloatArrayBuf_1 provides a buffer for an array of float items sent or received using the Message Protocol (MP).
    Class FloatItemBuf provides a buffer for a single float item sent or received using the Message Protocol (MP).
    Class FloatMatrixBuf provides a buffer for a matrix of float items sent or received using the Message Protocol (MP).
    Class FloatMatrixBuf_1 provides a buffer for a matrix of float items sent or received using the Message Protocol (MP).
    Class IntegerArrayBuf provides a buffer for an array of integer items sent or received using the Message Protocol (MP).
    Class IntegerArrayBuf_1 provides a buffer for an array of integer items sent or received using the Message Protocol (MP).
    Class IntegerItemBuf provides a buffer for a single integer item sent or received using the Message Protocol (MP).
    Class IntegerMatrixBuf provides a buffer for a matrix of integer items sent or received using the Message Protocol (MP).
    Class IntegerMatrixBuf_1 provides a buffer for a matrix of integer items sent or received using the Message Protocol (MP).
    Class LongArrayBuf provides a buffer for an array of long items sent or received using the Message Protocol (MP).
    Class LongArrayBuf_1 provides a buffer for an array of long items sent or received using the Message Protocol (MP).
    Class LongItemBuf provides a buffer for a single long item sent or received using the Message Protocol (MP).
    Class LongMatrixBuf provides a buffer for a matrix of long items sent or received using the Message Protocol (MP).
    Class LongMatrixBuf_1 provides a buffer for a matrix of long items sent or received using the Message Protocol (MP).
    Class ObjectArrayBuf provides a buffer for an array of object items sent or received using the Message Protocol (MP).
    Class ObjectArrayBuf_1 provides a buffer for an array of object items sent or received using the Message Protocol (MP).
    Class ObjectItemBuf provides a buffer for a single object item sent or received using the Message Protocol (MP).
    Class ObjectMatrixBuf provides a buffer for a matrix of object items sent or received using the Message Protocol (MP).
    Class ObjectMatrixBuf_1 provides a buffer for a matrix of object items sent or received using the Message Protocol (MP).
    Class SharedBooleanArrayBuf provides a buffer for a multiple thread safe array of Boolean items sent or received using the Message Protocol (MP).
    Class SharedBooleanArrayBuf_1 provides a buffer for a multiple thread safe array of Boolean items sent or received using the Message Protocol (MP).
    Class SharedBooleanBuf provides a buffer for a multiple thread safe Boolean item sent or received using the Message Protocol (MP).
    Class SharedByteArrayBuf provides a buffer for a multiple thread safe array of byte items sent or received using the Message Protocol (MP).
    Class SharedByteArrayBuf_1 provides a buffer for a multiple thread safe array of byte items sent or received using the Message Protocol (MP).
    Class SharedByteBuf provides a buffer for a multiple thread safe byte item sent or received using the Message Protocol (MP).
    Class SharedCharacterArrayBuf provides a buffer for a multiple thread safe array of character items sent or received using the Message Protocol (MP).
    Class SharedCharacterArrayBuf_1 provides a buffer for a multiple thread safe array of character items sent or received using the Message Protocol (MP).
    Class SharedCharacterBuf provides a buffer for a shared character item sent or received using the Message Protocol (MP).
    Class SharedDoubleArrayBuf provides a buffer for a multiple thread safe array of double items sent or received using the Message Protocol (MP).
    Class SharedDoubleArrayBuf_1 provides a buffer for a multiple thread safe array of double items sent or received using the Message Protocol (MP).
    Class SharedDoubleBuf provides a buffer for a shared double item sent or received using the Message Protocol (MP).
    Class SharedFloatArrayBuf provides a buffer for a multiple thread safe array of float items sent or received using the Message Protocol (MP).
    Class SharedFloatArrayBuf_1 provides a buffer for a multiple thread safe array of float items sent or received using the Message Protocol (MP).
    Class SharedFloatBuf provides a buffer for a shared float item sent or received using the Message Protocol (MP).
    Class SharedIntegerArrayBuf provides a buffer for a multiple thread safe array of integer items sent or received using the Message Protocol (MP).
    Class SharedIntegerArrayBuf_1 provides a buffer for a multiple thread safe array of integer items sent or received using the Message Protocol (MP).
    Class SharedIntegerBuf provides a buffer for a shared integer item sent or received using the Message Protocol (MP).
    Class SharedLongArrayBuf provides a buffer for a multiple thread safe array of long items sent or received using the Message Protocol (MP).
    Class SharedLongArrayBuf_1 provides a buffer for a multiple thread safe array of long items sent or received using the Message Protocol (MP).
    Class SharedLongBuf provides a buffer for a shared long item sent or received using the Message Protocol (MP).
    Class SharedObjectArrayBuf provides a buffer for a multiple thread safe array of object items sent or received using the Message Protocol (MP).
    Class SharedObjectArrayBuf_1 provides a buffer for a multiple thread safe array of object items sent or received using the Message Protocol (MP).
    Class SharedObjectBuf provides a buffer for a shared object item sent or received using the Message Protocol (MP).
    Class SharedShortArrayBuf provides a buffer for a multiple thread safe array of short items sent or received using the Message Protocol (MP).
    Class SharedShortArrayBuf_1 provides a buffer for a multiple thread safe array of short items sent or received using the Message Protocol (MP).
    Class SharedShortBuf provides a buffer for a shared short item sent or received using the Message Protocol (MP).
    Class SharedSigned16BitIntegerArrayBuf provides a buffer for a multiple thread safe array of signed 16-bit integer items sent or received using the Message Protocol (MP).
    Class SharedSigned16BitIntegerArrayBuf_1 provides a buffer for a multiple thread safe array of signed 16-bit integer items sent or received using the Message Protocol (MP).
    Class SharedSigned16BitIntegerBuf provides a buffer for a single signed 16-bit integer item sent or received using the Message Protocol (MP).
    Class SharedSigned8BitIntegerArrayBuf provides a buffer for a multiple thread safe array of signed 8-bit integer items sent or received using the Message Protocol (MP).
    Class SharedSigned8BitIntegerArrayBuf_1 provides a buffer for a multiple thread safe array of signed 8-bit integer items sent or received using the Message Protocol (MP).
    Class SharedSigned8BitIntegerBuf provides a buffer for a shared signed 8-bit integer item sent or received using the Message Protocol (MP).
    Class SharedUnsigned16BitIntegerArrayBuf provides a buffer for a multiple thread safe array of unsigned 16-bit integer items sent or received using the Message Protocol (MP).
    Class SharedUnsigned16BitIntegerArrayBuf_1 provides a buffer for a multiple thread safe array of unsigned 16-bit integer items sent or received using the Message Protocol (MP).
    Class SharedUnsigned16BitIntegerBuf provides a buffer for a shared unsigned 16-bit integer item sent or received using the Message Protocol (MP).
    Class SharedUnsigned8BitIntegerArrayBuf provides a buffer for a multiple thread safe array of unsigned 8-bit integer items sent or received using the Message Protocol (MP).
    Class SharedUnsigned8BitIntegerArrayBuf_1 provides a buffer for a multiple thread safe array of unsigned 8-bit integer items sent or received using the Message Protocol (MP).
    Class SharedUnsigned8BitIntegerBuf provides a buffer for a single unsigned 8-bit integer item sent or received using the Message Protocol (MP).
    Class ShortArrayBuf provides a buffer for an array of short items sent or received using the Message Protocol (MP).
    Class ShortArrayBuf_1 provides a buffer for an array of short items sent or received using the Message Protocol (MP).
    Class ShortItemBuf provides a buffer for a single short item sent or received using the Message Protocol (MP).
    Class ShortMatrixBuf provides a buffer for a matrix of short items sent or received using the Message Protocol (MP).
    Class ShortMatrixBuf_1 provides a buffer for a matrix of short items sent or received using the Message Protocol (MP).
    Class Signed16BitIntegerArrayBuf provides a buffer for an array of signed 16-bit integer items sent or received using the Message Protocol (MP).
    Class Signed16BitIntegerArrayBuf_1 provides a buffer for an array of signed 16-bit integer items sent or received using the Message Protocol (MP).
    Class Signed16BitIntegerItemBuf provides a buffer for a single signed 16-bit integer item sent or received using the Message Protocol (MP).
    Class Signed16BitIntegerMatrixBuf provides a buffer for a matrix of signed 16-bit integer items sent or received using the Message Protocol (MP).
    Class Signed16BitIntegerMatrixBuf_1 provides a buffer for a matrix of signed 16-bit integer items sent or received using the Message Protocol (MP).
    Class Signed8BitIntegerArrayBuf provides a buffer for an array of signed 8-bit integer items sent or received using the Message Protocol (MP).
    Class Signed8BitIntegerArrayBuf_1 provides a buffer for an array of signed 8-bit integer items sent or received using the Message Protocol (MP).
    Class Signed8BitIntegerItemBuf provides a buffer for a single signed 8-bit integer item sent or received using the Message Protocol (MP).
    Class Signed8BitIntegerMatrixBuf provides a buffer for a matrix of signed 8-bit integer items sent or received using the Message Protocol (MP).
    Class Signed8BitIntegerMatrixBuf_1 provides a buffer for a matrix of signed 8-bit integer items sent or received using the Message Protocol (MP).
    Class Unsigned16BitIntegerArrayBuf provides a buffer for an array of unsigned 16-bit integer items sent or received using the Message Protocol (MP).
    Class Unsigned16BitIntegerArrayBuf_1 provides a buffer for an array of unsigned 16-bit integer items sent or received using the Message Protocol (MP).
    Class Unsigned16BitIntegerItemBuf provides a buffer for a single unsigned 16-bit integer item sent or received using the Message Protocol (MP).
    Class Unsigned16BitIntegerMatrixBuf provides a buffer for a matrix of unsigned 16-bit integer items sent or received using the Message Protocol (MP).
    Class Unsigned16BitIntegerMatrixBuf_1 provides a buffer for a matrix of unsigned 16-bit integer items sent or received using the Message Protocol (MP).
    Class Unsigned8BitIntegerArrayBuf provides a buffer for an array of unsigned 8-bit integer items sent or received using the Message Protocol (MP).
    Class Unsigned8BitIntegerArrayBuf_1 provides a buffer for an array of unsigned 8-bit integer items sent or received using the Message Protocol (MP).
    Class Unsigned8BitIntegerItemBuf provides a buffer for a single unsigned 8-bit integer item sent or received using the Message Protocol (MP).
    Class Unsigned8BitIntegerMatrixBuf provides a buffer for a matrix of unsigned 8-bit integer items sent or received using the Message Protocol (MP).
    Class Unsigned8BitIntegerMatrixBuf_1 provides a buffer for a matrix of unsigned 8-bit integer items sent or received using the Message Protocol (MP).