|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Stream | |
|---|---|
| jaggregate | Jaggregate is a J2SE 5.0-aware collections library that is modeled after the ANSI Smalltalk collection protocols. |
| Uses of Stream in jaggregate |
|---|
| Classes in jaggregate that implement Stream | |
|---|---|
class |
CollectionStream<E,S extends ReadOnlySequence<E>>
Represents a stream that has a ReadOnlySequence as its stream backing
store. |
class |
ReadStream<E>
Represents a stream that has a positionable sequence of values that can be read. |
class |
WriteStream<E>
Represents a stream that has a positionable sequence of values to which new values may be written. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||