Interface InMemoryStream<T>
- Type Parameters:
T- type of elements of the iterator
- All Superinterfaces:
AutoCloseable, Closeable, CloseableIterator<T>, CloseableIteratorWithoutException<T>, Iterator<T>, Stream<T>, Writer<T>
- All Known Implementing Classes:
ArrayBlockingStream, QueueStream
Represents an in-memory stream that can be written to and read from without checked exceptions.
- Author:
- Clément Sipieter (INRIA) <clement@6pi.fr>
-
Method Summary
Methods inherited from interface CloseableIterator
closeMethods inherited from interface CloseableIteratorWithoutException
hasNext, nextMethods inherited from interface Iterator
forEachRemaining, remove
-
Method Details
-
write
-
write
-