|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Wraps a Stream to produce an IEnumerable<T>. More...
Public Member Functions | |
| StreamWrapper (Stream stream) | |
| Initializes a new instance. | |
| IEnumerator< T > | GetEnumerator () |
| Gets an enumerator for the stream. | |
| IEnumerator IEnumerable. | GetEnumerator () |
| Gets an enumerator for the stream. | |
Public Attributes | |
| readonly Stream | _stream |
Wraps a Stream to produce an IEnumerable<T>.
| T |
Definition at line 14 of file StreamWrapper.cs.
| java.util.function.StreamWrapper< T >.StreamWrapper | ( | Stream | stream | ) |
Initializes a new instance.
| stream |
| ArgumentNullException |
Definition at line 24 of file StreamWrapper.cs.
| IEnumerator< T > java.util.function.StreamWrapper< T >.GetEnumerator | ( | ) |
Gets an enumerator for the stream.
Definition at line 33 of file StreamWrapper.cs.
| IEnumerator IEnumerable. java.util.function.StreamWrapper< T >.GetEnumerator | ( | ) |
Gets an enumerator for the stream.
Definition at line 42 of file StreamWrapper.cs.
| readonly Stream java.util.function.StreamWrapper< T >._stream |
Definition at line 17 of file StreamWrapper.cs.