public static class AppendStream
extends Object
A stream for writing to the temp file, and when done can return a stream for
reading the data just written. NOTE: We assume that only one thread is
writing to the file at a time.
- See Also:
- Serialized Form