Source code from "Java Distributed Computing", by Jim Farley.
Class: XDRInputStream
Example: 2-2
Description: An extension of FilterInputStream, intended to
demonstrate a stream intended for reading XDR-formatted
data.
NOTE: This file contains incomplete example code only, which will
not compile without additions and modifications. |