Searched defs:StreamBuffer (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/serial/
H A DStreamBuffer.java35 * The StreamBuffer class provides a space that can be written to with an
44 * Writes/reads to and from a StreamBuffer must occur in distinct phases; reads
45 * from a StreamBuffer effectively close the StreamBuffer output stream. These
49 public class StreamBuffer { class
142 public StreamBuffer() { method in class:StreamBuffer
146 public StreamBuffer(int size) { method in class:StreamBuffer

Completed in 36 milliseconds