File: package.html

package info (click to toggle)
libpj-java 0.0~20150107%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 13,396 kB
  • sloc: java: 99,543; ansic: 987; sh: 153; xml: 26; makefile: 10; sed: 4
file content (47 lines) | stat: -rw-r--r-- 1,662 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<HTML>
<HEAD>
<TITLE>Package edu.rit.mp.buf</TITLE>
</HEAD>
<BODY>

<P>
Package edu.rit.mp.buf contains message buffer classes
for sending and receiving messages using the Message Protocol (MP).
Classes are provided for a message buffer
which consists of a single data item.
Classes are provided for a message buffer
which consists of a group of data items stored in an array.
Classes are provided for a message buffer
which consists of a group of data items stored in a matrix
(two-dimensional array).

<P>
Normally, you will not directly construct
instances of the classes in package edu.rit.mp.buf.
Instead, you will call static factory methods
in the buffer classes in package
<A HREF="../package-summary.html">edu.rit.mp</A>.
See the following classes in that package for further information:
<A HREF="../BooleanBuf.html">BooleanBuf</A>,
<A HREF="../ByteBuf.html">ByteBuf</A>,
<A HREF="../CharacterBuf.html">CharacterBuf</A>,
<A HREF="../DoubleBuf.html">DoubleBuf</A>,
<A HREF="../FloatBuf.html">FloatBuf</A>,
<A HREF="../IntegerBuf.html">IntegerBuf</A>,
<A HREF="../LongBuf.html">LongBuf</A>,
<A HREF="../ShortBuf.html">ShortBuf</A>,
<A HREF="../Signed16BitIntegerBuf.html">Signed16BitIntegerBuf</A>,
<A HREF="../Signed8BitIntegerBuf.html">Signed8BitIntegerBuf</A>,
<A HREF="../Unsigned16BitIntegerBuf.html">Unsigned16BitIntegerBuf</A>,
<A HREF="../Unsigned8BitIntegerBuf.html">Unsigned8BitIntegerBuf</A>,
and <A HREF="../ObjectBuf.html">ObjectBuf</A>.

<P>
MP is intended
for use in message passing parallel programming
on cluster parallel computers.
For further information,
see package <A HREF="../package-summary.html">edu.rit.mp</A>.

</BODY>
</HTML>