BinaryIn |
The BinaryIn data type provides methods for reading
in bits from a binary input stream.
|
BinaryOut |
The BinaryOut data type provides a basic capability for
converting primitive type variables (boolean , byte ,
char , int , long , float , and double )
to sequences of bits and writing them to an output stream.
|
BinaryStdIn |
The BinaryStdIn class provides static methods for reading
in bits from standard input.
|
BinaryStdOut |
The BinaryStdOut class provides static methods for converting
primitive type variables (boolean , byte , char ,
int , long , float , and double )
to sequences of bits and writing them to standard output.
|
Draw |
The Draw data type provides a basic capability for
creating drawings with your programs.
|
GrayscalePicture |
The GrayscalePicture data type provides a basic capability
for manipulating the individual pixels of a grayscale image.
|
In |
The In data type provides methods for reading strings
and numbers from standard input, file input, URLs, and sockets.
|
Out |
The Out data type provides methods for writing strings and
numbers to various output streams, including standard output, file, and sockets.
|
Picture |
The Picture data type provides a basic capability for manipulating
the individual pixels of an image.
|
StdArrayIO |
The StdArrayIO class provides static methods for reading
in 1D and 2D arrays from standard input and printing out to
standard output.
|
StdAudio |
The StdAudio class provides static methods for
playing, reading, and saving audio.
|
StdAudioStereo |
The StdAudioStereo class provides static methods for playing,
reading, and saving stereo audio.
|
StdDraw |
The StdDraw class provides static methods for creating drawings
with your programs.
|
StdIn |
The StdIn class provides static methods for reading strings
and numbers from standard input.
|
StdMidi |
The StdMidi class provides easy-to-use static methods for playing
musical notes in real time using MIDI.
|
StdOut |
The StdOut class provides static methods for printing strings
and numbers to standard output.
|
StdPicture |
The StdPicture class provides static methods for manipulating
the individual pixels of an image using the RGB color model.
|
StdRandom |
The StdRandom class provides static methods for generating
random number from various discrete and continuous distributions,
including uniform, Bernoulli, geometric, Gaussian, exponential, Pareto,
Poisson, and Cauchy.
|
StdStats |
The StdStats class provides static methods for computing
statistics such as min, max, mean, sample standard deviation, and
sample variance.
|
Stopwatch |
The Stopwatch data type is for measuring
the time that elapses between the start and end of a
programming task (wall-clock time).
|
StopwatchCPU |
The StopwatchCPU data type is for measuring
the CPU time used during a programming task.
|