Uses of Package
edu.rit.mp.buf

Packages that use edu.rit.mp.buf
Package
Description
The MP package provides low-level support for Message Passing.
The BUF package provides data buffers for Message Passing.
  • Classes in edu.rit.mp.buf used by edu.rit.mp
    Class
    Description
    Class BooleanItemBuf provides a buffer for a single Boolean item 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 CharacterItemBuf provides a buffer for a single character item 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 FloatItemBuf provides a buffer for a single float item 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 LongItemBuf provides a buffer for a single long item 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 ShortItemBuf provides a buffer for a single short item 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 Signed8BitIntegerItemBuf provides a buffer for a single signed 8-bit integer item 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 Unsigned8BitIntegerItemBuf provides a buffer for a single unsigned 8-bit integer item sent or received using the Message Protocol (MP).
  • Classes in edu.rit.mp.buf used by edu.rit.mp.buf
    Class
    Description
    Class BooleanArrayBuf provides a buffer for an array of Boolean items 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 ByteArrayBuf provides a buffer for an array of byte items 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 CharacterArrayBuf provides a buffer for an array of character items 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 DoubleArrayBuf provides a buffer for an array of double items 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 FloatArrayBuf provides a buffer for an array of float items 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 IntegerArrayBuf provides a buffer for an array of integer items 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 LongArrayBuf provides a buffer for an array of long items 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 ObjectArrayBuf provides a buffer for an array of object items 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 SharedBooleanArrayBuf provides a buffer for a multiple thread safe array of Boolean items 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 SharedCharacterArrayBuf provides a buffer for a multiple thread safe array of character items 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 SharedFloatArrayBuf provides a buffer for a multiple thread safe array of float items 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 SharedLongArrayBuf provides a buffer for a multiple thread safe array of long items 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 SharedShortArrayBuf provides a buffer for a multiple thread safe array of short items 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 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 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 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 ShortArrayBuf provides a buffer for an array of short items 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 Signed16BitIntegerArrayBuf provides a buffer for an array of signed 16-bit integer items 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 Signed8BitIntegerArrayBuf provides a buffer for an array of signed 8-bit integer items 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 Unsigned16BitIntegerArrayBuf provides a buffer for an array of unsigned 16-bit integer items 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 Unsigned8BitIntegerArrayBuf provides a buffer for an array of unsigned 8-bit integer items 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).